Contact: aviboots(AT)netvision.net.il
39,885 questions
51,811 answers
573 users
let str = 'javascript java c c++ php'; const N = 5; str = ' '.repeat(N) + str; console.log(str); /* run: " javascript java c c++ php" */