Contact: aviboots(AT)netvision.net.il
40,769 questions
53,151 answers
573 users
let str = 'nodejs java c c++ php'; const N = 5; str = ' '.repeat(N) + str; console.log('.' + str); /* run: . nodejs java c c++ php */