几天前,我在我的计算机上安装了 Ubuntu,然后安装了 WebStorm,但我遇到了 JavaScript 项目的问题。它给了我一个错误,说我不能使用“让”这个词。几个小时后,我找到了一些解决方案:使用"use strict"
. 有可能不"use strict"
吗?
还有一件事:它不承认我是 Math.pow 的更快替代方案:(a ** 2);
编辑:我正在使用 ECMAScript 6,这是确切的错误:SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode