From b979ba2aed4136ba2d2c807fa36c8b3bc0f715d4 Mon Sep 17 00:00:00 2001 From: Abhisek Pattnaik Date: Thu, 24 Dec 2015 20:28:30 +0530 Subject: [PATCH] Divide one Decimal by Another with JavaScript --- .../basic-javascript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 382509f55c..3dc67af850 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -509,7 +509,7 @@ "title": "Divide one Decimal by Another with JavaScript", "description": [ "Now let's divide one decimal by another.", - "Change the 0.0 so that your quotient will equal 2.2." + "Change the 0.0 so that quotient will equal to 2.2." ], "tests": [ "assert(quotient === 2.2, 'message: The variable quotient should equal 2.2.');", @@ -5369,4 +5369,4 @@ "challengeType": "0" } ] -} +} \ No newline at end of file