diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json
index 59c10f984c..ab30786d54 100644
--- a/challenges/basic-javascript.json
+++ b/challenges/basic-javascript.json
@@ -277,7 +277,7 @@
"difficulty": "9.98141",
"description": [
"",
- "In JavaScript whole numbers (called integers) can be really easily to preform mathematical functions",
+ "In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions",
"Let's try a few of the most commonly used ones now",
"We use +
for addition",
"Replace the 0
with correct number to achieve the result in the comment."
@@ -301,7 +301,7 @@
"difficulty": "9.98142",
"description": [
"",
- "In JavaScript whole numbers (called integers) can be really easily to preform mathematical functions",
+ "In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions",
"Let's try a few of the most commonly used ones now",
"We use -
for subtraction",
"Replace the 0
with correct number to achieve the result in the comment."
@@ -325,7 +325,7 @@
"difficulty": "9.98143",
"description": [
"",
- "In JavaScript whole numbers (called integers) can be really easily to preform mathematical functions",
+ "In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions",
"Let's try a few of the most commonly used ones now",
"We use *
for multiplication",
"Replace the 0
with correct number to achieve the result in the comment."
@@ -349,7 +349,7 @@
"difficulty": "9.9814",
"description": [
"",
- "In JavaScript whole numbers (called integers) can be really easily to preform mathematical functions",
+ "In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions",
"Let's try a few of the most commonly used ones now",
"We use /
for division",
"Replace the 0
with correct number to achieve the result in the comment."