Discuss / JavaScript / 洁癖。。。

洁癖。。。

Topic source

terry_404

#1 Created at ... [Delete] [Delete and Lock User]

return arr.map(function(x){

return x[0].toUpperCase()+x.substring(1).toLowerCase();

});


  • 1

Reply