This what I came up with for the mixed Messages project. I kept is simple and to the point…
I always like a bit of feed back…
This what I came up with for the mixed Messages project. I kept is simple and to the point…
I always like a bit of feed back…
Hi,
Great work and welcome to the Codecademy Community!
Your code is really easy to read - keep it up!
Using console.log
is really useful when testing but it’s safe to remove the line that prints out the random numbers that were generated (Line 10) to hide this from the user.
Hope that helps and good luck with the rest of the course!
Thank you very much for the nice feedback. You are right, that console.log on line 10 should have been deleted, I forgot to delete it to be honest…