add element to array node js code example Example: nodejs add element to array var array = []; array.push(element) console.log(array);