Contact: aviboots(AT)netvision.net.il
39,009 questions
50,723 answers
573 users
let arr = [ "node.js", "php", "css" ]; arr.push("html"); console.log(arr); /* run: [ 'node.js', 'php', 'css', 'html' ] */