codewars 里的一道题目,求解题思路
我目前的想法是:通过语法错误抛出 error,避免使用 throw。
但是如何在不使用 Error 的情况下,定义 Error 的 message。
另一个思路是如何不使用 throw 抛出一个自定义 message 的 error
Try to write a function named bang throwing an error with a message string "Just throw like this!" with these limits:
no invoking require function no invoking function constructors no invoking eval function no throw in your code no Error in your code no \ in your code Also, we removed fs, assert and vm from global scope, and removed assert from console. Do not modify Error in global scope, we do not use it to check.
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.