We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcf044 commit f66bafdCopy full SHA for f66bafd
topics/about_arrays.js
@@ -29,6 +29,6 @@ test("stack methods", function() {
29
stack.push("first");
30
stack.push("second");
31
32
- equals(stack.pop(), __, 'what will be the first value poped off the stack?');
33
- equals(stack.pop(), __, 'what will be the second value poped off the stack?');
+ equals(stack.pop(), __, 'what will be the first value popped off the stack?');
+ equals(stack.pop(), __, 'what will be the second value popped off the stack?');
34
});
0 commit comments