Get better at reading errors in JavaScript.
- Clone and cd into this repo.
- Run the file with the command:
node yeti.rb
. - Write down what you think the error message means.
- Fix the error.
- Repeat step 2-4 until there are no more errors. You will know you are making progress if the error messages change.
- You've corrected all the errors when you see the single line
We'll have to outwit the Bumble with our superior intelligence.
outputted to your terminal.
Note: To fix the errors, you shouldn't just delete entire lines of code :P Only update lines or add them.