繁体   English   中英

Dreamweaver 已告知 bootstrap js 中存在语法错误

[英]Dreamweaver has advised there is a syntax error in bootstrap js

你好 Dreamweaver 在 bootstap js 中显示语法错误

这是有问题的行

 const toType = obj => {
    if (obj === null || obj === undefined) {
      return `${obj}`;
    }

错误在第一行,看起来像是缺少卷曲 btacket

const toType = obj => {
    if (obj === null || obj === undefined) {
      return `${obj}`;
    }
} // <= that is the bracket that is missing

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM