es6features icon indicating copy to clipboard operation
es6features copied to clipboard

Fix tail call optimizations code

Open Gerhut opened this issue 8 years ago • 0 comments

A "use strict" directive is not allowed at the top of such functions per the ECMAScript specification.

Ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Strict_Non_Simple_Params

Gerhut avatar May 12 '17 08:05 Gerhut