Freecodecamp: Differences Between the var and let Keywords lesson has unnecessary note

Created on 14 Mar 2018  ·  3Comments  ·  Source: freeCodeCamp/freeCodeCamp



Challenge Name


ES6: Explore Differences Between the var and let Keywords

Issue Description


At the bottom of the lesson there is a note:

Remember that since let prevents variables from being overridden, you will need to remove one of the declarations entirely.

But in the code, none of the variables are decalred more than once.

first timers only help wanted learn

All 3 comments

I think the note is redundant here. This can be removed.

Here are our Guidelines for Contributingand you can reach us in the Contributors Chat room for help.

First time contributors, you can simply use the search at the top of this page to look for the string in the note to identify the file that needs changing.

I'm working on it 👍

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MichaelLeeHobbs picture MichaelLeeHobbs  ·  3Comments

vaibsharma picture vaibsharma  ·  3Comments

DaphnisM picture DaphnisM  ·  3Comments

trashtalka3000 picture trashtalka3000  ·  3Comments

SaintPeter picture SaintPeter  ·  3Comments