We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18a37c commit f8cab3bCopy full SHA for f8cab3b
coding-exercise/function-context.js
@@ -15,4 +15,4 @@ function User(name, age) {
15
16
var user = new User('John', 25);
17
var profile = user.getProfile();
18
-profile(); //I'm undefined, undefined yrs old
+profile(); //I'm , undefined yrs old
0 commit comments