Please enable JavaScript.
Coggle requires JavaScript to display documents.
ARRAYS (index (position (element), colors[1], accesing, adding, deleting),…
ARRAYS
index
colors[1]
accesing
adding
deleting
position
element
methods
start
shift
delete
unshift
add
end
pop
delete
push
add
splice
replace
args
3
forEach
function
parametar
pronalazak
find()
findIndex()
can
store
different
types
[]
array
literals
represents
list
items
technically
object
dot
notation
inherited
methods
properties
length
...
prototype
properties
let colors = ['red', 'green']