Answers for "js fill string with n characters"

-1

js fill string with n characters

var str = new Array(len + 1).join( character );
Posted by: Guest on April-05-2020

Code answers related to "js fill string with n characters"

Code answers related to "Javascript"

Browse Popular Code Answers by Language