Contact: aviboots(AT)netvision.net.il
41,543 questions
54,146 answers
573 users
const repeated: string = '*'.repeat(10); // Repeats '*' 10 times console.log(repeated); /* run: "**********" */