Array
Syntax
To create an array, just use the pair of square brackets []
Index
Like other languages, accessing array member via index.
Notice, index of array start at 0.
Index out of ranges or not a number, we got null.
Assignment
Examples
Cached recursive fibonacci
Last updated
Was this helpful?