Contact: aviboots(AT)netvision.net.il
36,641 questions
47,918 answers
573 users
let arr = [ "node.js", "php", "css" ]; arr.push("html", "database"); console.log(arr); /* run: [ 'node.js', 'php', 'css', 'html', 'database' ] */