clodul没有发现我的reduce功能有什么问题

时间:2017-06-10 08:58:50

标签: javascript ecmascript-6

const str = "somethning"
const isParenComplete = (str) => (!str.split(“”).reduce((prev, char) => {

}, 0));

为什么我使用reduce会有意外的令牌?

1 个答案:

答案 0 :(得分:0)

替换" " ' '为我修复了