import console; import string.padding; var s = string.padding(5) console.log(s.ljust("ABC")+"!”) console.pause(true);