Skip to content

Instruction improvement for Declare JavaScript Variables challenge #7531

Open
abhisekp opened this Issue · 1 comment

2 participants

@abhisekp
Free Code Camp member

Instruction Improvement needed for Declare JavaScript Variables challenge

Challenge URL: Declare JavaScript Variables

The following instruction is ambiguous and confusing.

Variables allow computers to store data in a dynamic fashion, rather than updating a formula every time the data changes. Any of the seven different data types may be stored in a variable.

Wanna contribute to FreeCodeCamp?

Repo file: basic-javascript.json#L51


Read CONTRIBUTING Guidelines
Chat with us about
Curriculum Development and Getting Started Contributing


@erictleung

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
Something went wrong with that request. Please try again.