diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index 1096e02868..8ba3870827 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -755,7 +755,7 @@ "title": "Manipulate JavaScript Objects", "difficulty":"9.9823", "description":[ - "There are many ways to add and add and remove properties from objects.", + "There are many ways to add and remove properties from objects.", "For example, we can add properties to objects like this:", "myObject.myProperty = \"myValue\";", "We can also delete them like this:",