Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#3967 from ltegman/fix/waypoint-delete…
Browse files Browse the repository at this point in the history
…-properties-test-3960

Fix Waypoint Delete Properties From an Object Tests
  • Loading branch information
Berkeley Martinez committed Oct 28, 2015
2 parents 5c1f99a + 57dd1ba commit cdc040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/basic-javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
"Let's delete the <code>\"tails\"</code> property from <code>myDog</code>."
],
"tests": [
"assert(myDog.bark === undefined, 'message: Delete the property <code>\"bark\"</code> from <code>myDog</code>.');"
"assert(myDog.tails === undefined, 'message: Delete the property <code>\"tails\"</code> from <code>myDog</code>.');"
],
"challengeSeed": [
"var ourDog = {",
Expand Down

0 comments on commit cdc040d

Please sign in to comment.