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 9737311 commit 63a31e9Copy full SHA for 63a31e9
topics/about_arrays.js
@@ -22,7 +22,7 @@ test("splice", function() {
22
var weekend = daysOfWeek;
23
24
deepEqual(workingWeek, ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'], 'what is the value of workingWeek?');
25
- deepEqual(weekend, ['Saturday', 'Sunday'], 'what is the value of daysOfWeek?');
+ deepEqual(weekend, ['Saturday', 'Sunday'], 'what is the value of weekend?');
26
});
27
28
test("stack methods", function() {
0 commit comments