We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b7958 commit ef6e46aCopy full SHA for ef6e46a
1 file changed
topics/about_prototype_chain.js
@@ -58,6 +58,4 @@ test("Is there a 'c' property on child?", function () {
58
// child.[[Prototype]].[[Prototype]] is null, stop searching, no property found, return...
59
test("Is there an 'd' property on child?", function () {
60
equal(undefined, child.d, 'what is the value of child.d?');
61
-});
62
-
63
+});
0 commit comments