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