From c126105eade57cae325a745a63e3d1e974933f19 Mon Sep 17 00:00:00 2001 From: Abhisek Pattnaik Date: Fri, 25 Dec 2015 05:08:05 +0530 Subject: [PATCH] Concatenating Strings with the Plus Equals Operator --- .../basic-javascript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 7f82747f4a..0e874e8e61 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -992,11 +992,11 @@ }, { "id": "56533eb9ac21ba0edf2244b8", - "title": "Concatanting Strings with the Plus Equals Operator", + "title": "Concatenating Strings with the Plus Equals Operator", "description": [ - "We can also use the += operator to concatanate a string onto the end of an existing string. This can be very helpful to break a long string over several lines.", + "We can also use the += operator to concatenate a string onto the end of an existing string variable. This can be very helpful to break a long string over several lines.", "

Instructions

", - "Build myStr over several lines by concatenating these two strings:
\"This is the first line. \" and \"This is the second line.\" using the += operator." + "Build myStr over several lines by concatenating these two strings:
\"This is the first line. \" and \"This is the second line.\" using the += operator." ], "releasedOn": "11/27/2015", "tests": [