make javascript.push append to array code example Example: javscript append item from array let foo = ['oop','plop','copo']; foo.push("plop");