workshopper / javascripting

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

No explanation on difference between const and let #326

Closed ghost closed 2 years ago

ghost commented 2 years ago

The difference between const and let isn't explained, they are used interchangeably, beginners might use const when they still want to modify that variable and run into an error, then they'll send a bug report for a very easy bug.

billymoroney1 commented 2 years ago

Just put in a PR to add some more detail to the English variables explanation

https://github.com/workshopper/javascripting/pull/328

ghost commented 2 years ago

@billymoroney1 Thank you for the PR you made! 👍 😄