标签: javascript ecmascript-6
const str = "somethning" const isParenComplete = (str) => (!str.split(“”).reduce((prev, char) => { }, 0));
为什么我使用reduce会有意外的令牌?
答案 0 :(得分:0)
替换" " ' '为我修复了
" "
' '