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