Lucas Barbosa

Results 1 comments of Lucas Barbosa

In regards to this issue lines 75-80 should be changed to ```javascript if (takenFaces[face]) { createImage(); } else { const name = getRandomName(); console.log(name); takenFaces[face] = face; ``` to not...