Discuss / JavaScript / 练习三

练习三

Topic source

helloiac

#1 Created at ... [Delete] [Delete and Lock User]
在此插入代码
        return arr.map(function(x){
            return x[0].toUpperCase() + x.substring(1).toLowerCase()
        });

  • 1

Reply