Contact: aviboots(AT)netvision.net.il
41,190 questions
53,686 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 */