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.
2 parents 87253a6 + d3ac8a2 commit a1900a6Copy full SHA for a1900a6
topics/about_arrays.js
@@ -17,7 +17,7 @@ test("length", function() {
17
equals(collection.length, __, 'what is the length of the collection array?');
18
});
19
20
-test("delete", function() {
+test("splice", function() {
21
var daysOfWeek = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'];
22
var workingWeek = daysOfWeek.splice(__, __);
23
ok(workingWeek.equalTo([__]), 'what is the value of workingWeek?');
0 commit comments