insert at end of an array javascript code example Example: javscript append item from array let foo = ['oop','plop','copo']; foo.push("plop");