workshopper / javascripting

Learn JavaScript by adventuring around in the terminal.
http://nodeschool.io
MIT License
2.86k stars 1.05k forks source link

17 step error in answer, be course it copy paste :-) #310

Open woodsleaf opened 3 years ago

woodsleaf commented 3 years ago

Describe the bug 17 step error in answer, be course it copy paste

To Reproduce Steps to reproduce the behavior:

  1. Go to lesson 17
  2. Click on execute verify
  3. Look "right" answer, and read what student shall do.
  4. it wrong data const car = { make: 'Toyota', model: 'Camry', year: 2020 } const keys = Object.keys(car)

    console.log(keys)

Screenshots 2021-02-19 18_12_44-cmd exe

Execution environment (please complete the following information):