diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 58e7f00bf4b..4774f05d7bf 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -266,8 +266,12 @@
"id": "cf1111c1c11feddfaeb3bdef",
"title": "Add Two Numbers with JavaScript",
"description": [
- "Let's try to add two numbers using JavaScript.",
- "JavaScript uses the + symbol for addition.",
+ "Number is another data type in JavaScript which represents numeric data.",
+ "Now let's try to add two numbers using JavaScript.",
+ "JavaScript uses the + symbol as addition operation when placed between two numbers.",
+ "",
+ "Example
5 + 10 = 15", + "", "
0 so that sum will equal 20."
],