JS remplit la chaîne avec n caractères
var str = new Array(len + 1).join( character );
Frantic Fox
var str = new Array(len + 1).join( character );