diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index 5a2a5a28eb..d859b185b9 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -14,7 +14,7 @@ "Let's take a look at the two ways in which we can write a comment in JavaScript", " //This is a comment ", "These comment out the entire line that they are on", - " /*This also is a comment*/ ", + " /*This is also a comment*/ ", "These comment out everything in between /* and */ ", "Try creating one of each now." ],