From 57192b4769ce7072ebd22d9b3217e8b818d6be1c Mon Sep 17 00:00:00 2001 From: Abhisek Pattnaik Date: Fri, 25 Dec 2015 02:33:21 +0530 Subject: [PATCH] Assignment with Times Equals --- .../basic-javascript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 38afae6a6b..aa711c8097 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -673,12 +673,12 @@ "id": "56533eb9ac21ba0edf2244b1", "title": "Assignment with Times Equals", "description": [ - "Yhe *= operator multiplies a variable by a number.", + "The *= operator multiplies a variable by a number.", "myVar = myVar * 5;", - "Will multiply myVar by 5. This can be rewritten as: ", + "will multiply myVar by 5. This can be rewritten as: ", "myVar *= 5;", "

Instructions

", - "Convert the assignements for a, b, and c to use the *= operator." + "Convert the assignments for a, b, and c to use the *= operator." ], "releasedOn": "11/27/2015", "tests": [