Contact: aviboots(AT)netvision.net.il
42,844 questions
55,671 answers
573 users
let arr: string[] = [ "node.js", "php", "css" ]; arr.push("html", "database"); console.log(arr); /* run: ["node.js", "php", "css", "html", "database"] */