Discuss / JavaScript / HTTP 400

HTTP 400

Topic source

王志阳yy

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

function normalize(arr) { return arr.map(function(x){ return x.replace(/(\w)/,function(v){ return v.toUpperCase(); }); }); }


  • 1

Reply