42023aec92
replaced comparison with strict equality operator
2016-06-09 16:26:39 +05:30
e1b987676b
Merge pull request #8890 from Bouncey/FIX/Comparison-with-the-Inequality-Operator
...
FIX/Comparison-with-the-Inequality-Operator
2016-06-08 21:54:33 -07:00
9d19c8dd25
Merge pull request #8890 from Bouncey/FIX/Comparison-with-the-Inequality-Operator
...
FIX/Comparison-with-the-Inequality-Operator
2016-06-08 21:54:33 -07:00
ef0b8c7e41
Merge pull request #9034 from crashuniverse/fix/challenge-record-collection-instructions
...
Add challenge instruction for valid array operations
2016-06-08 21:46:59 -07:00
f2d710c75c
Merge pull request #9034 from crashuniverse/fix/challenge-record-collection-instructions
...
Add challenge instruction for valid array operations
2016-06-08 21:46:59 -07:00
6f5a7527f1
Merge pull request #9036 from joechan3/fix/firstTestInvUp
...
Reword first test description for Inventory Update challenge
2016-06-08 21:04:00 +01:00
113894e10c
Merge pull request #9036 from joechan3/fix/firstTestInvUp
...
Reword first test description for Inventory Update challenge
2016-06-08 21:04:00 +01:00
555149909a
Merge pull request #8952 from hutstep/fix/instructions-howtonpm-learnyounode
...
Change instructions for how-to-npm and learnyounode challanges
2016-06-08 10:40:11 -07:00
88e497378b
Merge pull request #8952 from hutstep/fix/instructions-howtonpm-learnyounode
...
Change instructions for how-to-npm and learnyounode challanges
2016-06-08 10:40:11 -07:00
b29432e26d
add challenge instruction for valid array operations
2016-06-08 22:16:47 +05:30
ac69c02109
add challenge instruction for valid array operations
2016-06-08 22:16:47 +05:30
29d62c841a
Reword first test description for Inventory Update challenge
2016-06-08 09:54:10 -06:00
2e50739b5d
Reword first test description for Inventory Update challenge
2016-06-08 09:54:10 -06:00
06b928fbc8
Fix/Comparison with the Inequality Operator.
2016-06-08 16:30:05 +01:00
2098e49f6c
Fix/Comparison with the Inequality Operator.
2016-06-08 16:30:05 +01:00
be29e9dbd5
Merge pull request #9031 from NicolaFerracin/fix/write-better-instruction
...
Introducing Else Statement excercise - write clearer instructions
2016-06-08 16:19:19 +01:00
d85464717a
Merge pull request #9031 from NicolaFerracin/fix/write-better-instruction
...
Introducing Else Statement excercise - write clearer instructions
2016-06-08 16:19:19 +01:00
af1cf5d768
Merge pull request #8978 from crashuniverse/fix/challenge-jquery-selector-id
...
Modify regex to match jquery selector for spaces
2016-06-08 07:49:06 -07:00
45b8ec2c70
Merge pull request #8978 from crashuniverse/fix/challenge-jquery-selector-id
...
Modify regex to match jquery selector for spaces
2016-06-08 07:49:06 -07:00
511b47c09b
Introducing Else Statement excercise - write clearer instructions
2016-06-08 14:18:28 +02:00
9d924da97b
Introducing Else Statement excercise - write clearer instructions
2016-06-08 14:18:28 +02:00
7fb1552211
Merge pull request #9028 from QuincyLarson/fix/confirm-email-typo
...
fix a typo in notification
2016-06-08 10:43:38 +01:00
bbcadd1fc5
fix a typo in notification
2016-06-08 01:13:11 -07:00
12a4e46acf
Merge pull request #8982 from daniel-chung/fix/assert-message
...
Clarify error message in basic-javascript challenge
2016-06-07 22:32:58 -07:00
bb9b2f85ec
Merge pull request #8982 from daniel-chung/fix/assert-message
...
Clarify error message in basic-javascript challenge
2016-06-07 22:32:58 -07:00
278d8329b5
Merge pull request #8984 from daniel-chung/fix/add-test
...
Add another test to the Chunky Money challenge
2016-06-07 22:16:35 -07:00
e0b1a4cccd
Merge pull request #9024 from LucidNightmare/fix/code-of-conduct
...
Spelling error in Code of Conduct
2016-06-07 21:54:16 -07:00
366b7f79fe
Spelling Error
...
Fixed spelling error.
2016-06-08 13:01:48 +10:00
dfb8c93d30
Clarify error message in basic-javascript challenge
...
Removes the enclosing parentheses in the second assert error message for the basic-javascript challenge 'Escaping Literal Quotes'.
Previous error message was:
Variable myStr should equal to (I am a "double quoted" string inside "double quotes").
The new error message is now:
Variable myStr should contain the string: I am a "double quoted" string inside "double quotes".
2016-06-07 21:16:05 -04:00
882404025d
Clarify error message in basic-javascript challenge
...
Removes the enclosing parentheses in the second assert error message for the basic-javascript challenge 'Escaping Literal Quotes'.
Previous error message was:
Variable myStr should equal to (I am a "double quoted" string inside "double quotes").
The new error message is now:
Variable myStr should contain the string: I am a "double quoted" string inside "double quotes".
2016-06-07 21:16:05 -04:00
ba0798024e
Add new test in basic-algorithm challenge
...
Creates a new test that checks situations where the solution returns 5 chunks (i.e., an array of length 5 whose elements are themselves arrays).
2016-06-07 20:48:20 -04:00
e03e013b52
Add new test in basic-algorithm challenge
...
Creates a new test that checks situations where the solution returns 5 chunks (i.e., an array of length 5 whose elements are themselves arrays).
2016-06-07 20:48:20 -04:00
ea6bdf285b
Merge pull request #9017 from adnrs96/fix/broken_link
...
Fixed Broken link relating to open source terms
2016-06-08 00:21:02 +01:00
6fde3c864f
Merge pull request #8980 from JacksonKearl/fix/whitespace-dependency
...
Decrease whitespace dependencies in checkoffs
2016-06-07 15:48:40 -07:00
7c3072842c
Decrease whitespace dependencies in checkoffs
...
Change most `\s?` to `\s*\` in tests, to allow for multiple whitespace characters in places where whitespace does not matter.
2016-06-07 15:25:19 -07:00
f187512cd0
Decrease whitespace dependencies in checkoffs
...
Change most `\s?` to `\s*\` in tests, to allow for multiple whitespace characters in places where whitespace does not matter.
2016-06-07 15:25:19 -07:00
486343c000
Fixed Broken link relating to open source terms
2016-06-08 00:20:15 +05:30
8903222f99
Merge pull request #8969 from tjgerot/fix/kool-aid
...
Added hyphen. "Kool Aid">"Kool-Aid"
2016-06-06 00:26:22 +01:00
9c7d8d592c
Merge pull request #8958 from arun1595/fix/remainder-challenge-tests
...
Fix tests for finding remainder in javascript challenge
2016-06-05 10:20:07 -07:00
f07e34a53b
Merge pull request #8958 from arun1595/fix/remainder-challenge-tests
...
Fix tests for finding remainder in javascript challenge
2016-06-05 10:20:07 -07:00
4134847a14
modify regex to match jquery selector for spaces
2016-06-05 22:37:22 +05:30
be21e704d7
modify regex to match jquery selector for spaces
2016-06-05 22:37:22 +05:30
57f61de6af
Merge pull request #8911 from Bouncey/Fix/Spinal-Tap-Case-Missing-Parenthesis
...
Fix/Spinal Tap Case Missing Parenthesis.
2016-06-05 07:35:56 -04:00
62d1aa7a06
Merge pull request #8911 from Bouncey/Fix/Spinal-Tap-Case-Missing-Parenthesis
...
Fix/Spinal Tap Case Missing Parenthesis.
2016-06-05 07:35:56 -04:00
2f196f45b7
Added hyphen. "Kool Aid">"Kool-Aid"
...
https://github.com/FreeCodeCamp/FreeCodeCamp/issues/8967
2016-06-05 00:03:15 -05:00
ba09459cd1
Merge pull request #8965 from manshantsingh/fix/grammer-typo-in-challenge-test-message
...
Fix typo in test message for challenge "Use RGB values to Color Elements"
2016-06-05 01:52:46 +01:00
ea112f7870
Fix typo in challenge:Use RGB values to Color Elements
2016-06-04 17:32:48 -07:00
a83be8ef3b
Fix typo in challenge:Use RGB values to Color Elements
2016-06-04 17:32:48 -07:00
54613cff19
Fix tests for finding remainder in javascript challenge
2016-06-05 00:28:13 +05:30
53026c6609
Fix tests for finding remainder in javascript challenge
2016-06-05 00:28:13 +05:30