Changement javascript _ en espace

var str = 'How are you';
var replaced = str.split(' ').join('_');
Different Dunlin