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