Merge pull request #1692 from royshouvik/patch-1

Update basic-javascript.json to fix #1642
This commit is contained in:
Berkeley Martinez
2015-08-09 22:41:58 -07:00

View File

@ -272,9 +272,9 @@
"dashedName": "waypoint-add-two-numbers-with-javascript", "dashedName": "waypoint-add-two-numbers-with-javascript",
"difficulty": "9.98141", "difficulty": "9.98141",
"description": [ "description": [
"In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions", "In JavaScript whole numbers (called integers) can be easily used to perform mathematical functions.",
"Let's try a few of the most commonly used ones now", "Let's try a few of the most commonly used ones now.",
"We use <code>+</code>for addition", "We use <code>+</code>for addition.",
"Replace the <code>0</code>with correct number to achieve the result in the comment." "Replace the <code>0</code>with correct number to achieve the result in the comment."
], ],
"tests": [ "tests": [
@ -295,9 +295,9 @@
"dashedName": "waypoint-subtract-one-number-from-another-with-javascript", "dashedName": "waypoint-subtract-one-number-from-another-with-javascript",
"difficulty": "9.98142", "difficulty": "9.98142",
"description": [ "description": [
"In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions", "In JavaScript whole numbers (called integers) can be easily used to perform mathematical functions.",
"Let's try a few of the most commonly used ones now", "Let's try a few of the most commonly used ones now.",
"We use <code>-</code>for subtraction", "We use <code>-</code>for subtraction.",
"Replace the <code>0</code>with correct number to achieve the result in the comment." "Replace the <code>0</code>with correct number to achieve the result in the comment."
], ],
"tests": [ "tests": [
@ -318,9 +318,9 @@
"dashedName": "waypoint-multiply-two-numbers-with-javascript", "dashedName": "waypoint-multiply-two-numbers-with-javascript",
"difficulty": "9.98143", "difficulty": "9.98143",
"description": [ "description": [
"In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions", "In JavaScript whole numbers (called integers) can be easily used to perform mathematical functions.",
"Let's try a few of the most commonly used ones now", "Let's try a few of the most commonly used ones now.",
"We use <code>*</code>for multiplication", "We use <code>*</code>for multiplication.",
"Replace the <code>0</code>with correct number to achieve the result in the comment." "Replace the <code>0</code>with correct number to achieve the result in the comment."
], ],
"tests": [ "tests": [
@ -341,9 +341,9 @@
"dashedName": "waypoint-divide-one-number-by-another-with-javascript", "dashedName": "waypoint-divide-one-number-by-another-with-javascript",
"difficulty": "9.9814", "difficulty": "9.9814",
"description": [ "description": [
"In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions", "In JavaScript whole numbers (called integers) can be easily used to perform mathematical functions.",
"Let's try a few of the most commonly used ones now", "Let's try a few of the most commonly used ones now.",
"We use <code>/</code>for division", "We use <code>/</code>for division.",
"Replace the <code>0</code>with correct number to achieve the result in the comment." "Replace the <code>0</code>with correct number to achieve the result in the comment."
], ],
"tests": [ "tests": [
@ -364,7 +364,7 @@
"dashedName": "waypoint-create-decimal-numbers-with-javascript", "dashedName": "waypoint-create-decimal-numbers-with-javascript",
"difficulty": "9.9815", "difficulty": "9.9815",
"description": [ "description": [
"in JavaScript we can can work with decimal numbers", "In JavaScript we can can work with decimal numbers.",
"Let's create a variable <code>myDecimal</code> and give it a decimal value." "Let's create a variable <code>myDecimal</code> and give it a decimal value."
], ],
"tests": [ "tests": [