js fill string with n characters

JavaScript
var str = new Array(len + 1).join( character );
Source

Also in JavaScript: