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 ea8b5f19f38..321866fdc55 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -413,7 +413,7 @@ "We can store decimal numbers in variables too. Decimal numbers are sometimes referred to as floating point numbers or floats.", "Note
Not all real numbers can accurately be represented in floating point. This can lead to rounding errors. Details Here.", "

Instructions

", - "Create a variable myDecimal and give it a decimal value." + "Create a variable myDecimal and give it a decimal value with a fractional part (e.g. 5.7)." ], "challengeSeed": [ "var ourDecimal = 5.7;",