Mixed Messages Project

Thanks for coming to share your portfolio Project with other learners!

When posting your project for review, please be sure to include the following:

  • Your review of the Project. Was it easy, difficult, just right?

It was realatively easy just had to turn the brain on a little. Although im really still feel like im not getting the JS in my head. It was ok.

  • An estimate of how long it took you to complete

Well sitting down and working like hour and a half.

Lemme know what you thought if there was another more efficient way to write this code. (Im sure there is)

I think you did a pretty good job! Normally if you see repetitiveness, that’s an area that could be trimmed down.
With the random advice output, advice: probably could get added to:

const result = getRandomIndex(advice)
console.log('You definately should: ' + result)

~ Since it always gets printed. Or you could probably remove it altogether.

This is minute though, congrats on finishing the project. On to the next one!

1 Like