Please enable JavaScript.
Coggle requires JavaScript to display documents.
JavaScript Arrays (How to create an Array (array variations, number array,…
JavaScript Arrays
How to create an Array
array variations
number array
strings array
combinations
Todo list
list of tasks we want to do
list in english
convert to array
assing it to variable
Programs
finishing requirements
breaking a feature into smaller parts
finish each task
understand the core concepts
Array is an object
properties
length
methods
push
splice
Array indexes
loop over an array