Instruction improvement for Declare JavaScript Variables challenge #7531
erictleung
commented
One change that could be made is:
Variables allow computers to store and manipulate data in a dynamic fashion. They do this by using a "label" to point to the data rather than using the data itself. Any of the seven different data types may be stored in a variable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instruction Improvement needed for Declare JavaScript Variables challenge
Challenge URL:
Declare JavaScript Variables
The following instruction is ambiguous and confusing.
Wanna contribute to FreeCodeCamp?
Repo file:
basic-javascript.json#L51