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