es6features icon indicating copy to clipboard operation
es6features copied to clipboard

Tail Calls example bug resolve

Open CoderOO7 opened this issue 4 years ago • 0 comments

Remove the 'use strict' keyword inside the factorial function

Error:

  • Firefox: Uncaught SyntaxError: "use strict" not allowed in function with default parameter
  • Chrome: Uncaught SyntaxError: Illegal 'use strict' directive in function with non-simple parameter list

CoderOO7 avatar Jan 14 '21 16:01 CoderOO7