diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index 4774f05d7b..6fd54770a5 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -295,6 +295,9 @@ "description": [ "We can also subtract one number from another.", "JavaScript uses the - symbol for subtraction.", + "", + "Example
12 - 6 = 6
", + "", "

Instructions

", "Change the 0 so that difference will equal 12." ],