Fixed typos in magical maths waypoints and restored server.js to a previous working state

pull/18182/head
benmcmahon100 2015-08-04 13:28:41 +01:00
parent 1de4de80eb
commit e944889f69
1 changed files with 4 additions and 4 deletions

View File

@ -277,7 +277,7 @@
"difficulty": "9.98141", "difficulty": "9.98141",
"description": [ "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", "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."
@ -301,7 +301,7 @@
"difficulty": "9.98142", "difficulty": "9.98142",
"description": [ "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", "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."
@ -325,7 +325,7 @@
"difficulty": "9.98143", "difficulty": "9.98143",
"description": [ "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", "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."
@ -349,7 +349,7 @@
"difficulty": "9.9814", "difficulty": "9.9814",
"description": [ "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", "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."