We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We can also modify the data stored in arrays by using indexes.
For example:
var ourArray = [3,2,1]; ourArray[0] = 1; // equals [1,2,1]
New to Free Code Camp?
JS Concepts
JS Language Reference
Other Links