es6features
es6features copied to clipboard
Tail Calls example bug resolve
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