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

ReferenceError:uncapture is not defined #42

Closed
13691993188 opened this issue Nov 4, 2016 · 0 comments
Closed

ReferenceError:uncapture is not defined #42

13691993188 opened this issue Nov 4, 2016 · 0 comments

Comments

@13691993188
Copy link

Challenge Passing Values to Functions with Arguments has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

// 举例
//function ourFunction(a, b) {
//console.log(a - b);
//}
//ourFunction(10, 5); // Outputs 5
//
// Only change code below this line.

what ever you change the code ,the following err info is showed.
=======================
ReferenceError:uncapture is not defined
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

No branches or pull requests

2 participants