Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tail Calls example bug resolve #132

Closed
wants to merge 1 commit into from
Closed

Conversation

CoderOO7
Copy link

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

# 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 CoderOO7 closed this by deleting the head repository Jun 12, 2023
@objectivezhou
Copy link

objectivezhou commented Jun 12, 2023 via email

@weinianhuan
Copy link

weinianhuan commented Jun 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants