b924560dba
FIX Comparison with the Equality Operator
2016-06-12 09:26:13 +01:00
1641b25523
FIX Comparison with the Equality Operator
2016-06-12 09:26:13 +01:00
84ece7d00b
Merge pull request #8863 from scottmcallister/fix/certificate-date
...
Fix date format on certificates generation
2016-06-11 21:00:34 -07:00
177b64306a
Merge pull request #8862 from jaydenwindle/fix/cert-date-format
...
Changed date format for certificate views
2016-06-11 20:59:17 -07:00
3449efaaa1
Merge pull request #9099 from kishba/fix/missing-apostrophe-logical-order-statements
...
Fix missing apostrophe in Basic JavaScript conditional challenge
2016-06-11 20:33:20 -07:00
490446d17b
Fix missing apostrophe in Basic JavaScript conditional challenge
2016-06-11 22:30:26 -04:00
f3761e86e5
Fix missing apostrophe in Basic JavaScript conditional challenge
2016-06-11 22:30:26 -04:00
2b6d602818
Merge pull request #9095 from sheriallis/fix/remove-jobs-from-routes
...
Removed the route /jobs from rendering
2016-06-11 17:57:45 -07:00
ebcd50bf58
Removed the route /jobs from rendering closes #9083
2016-06-11 20:49:52 +02:00
e4381b7c9d
Fix for access array data with indices
...
This is a buggy challange (#8843 )
Updated description in
seed/challenges/01-front-end-development-certification/html5-and-css.json
to instruct "Create second <p> element after the existing <p> element"
fix for access array data with indices
use deep not-equal in first assertion
2016-06-11 11:05:11 -07:00
64dd873008
Fix for access array data with indices
...
This is a buggy challange (#8843 )
Updated description in
seed/challenges/01-front-end-development-certification/html5-and-css.json
to instruct "Create second <p> element after the existing <p> element"
fix for access array data with indices
use deep not-equal in first assertion
2016-06-11 11:05:11 -07:00
ab2b72427a
Fix/Change the Font Size of an Element
2016-06-11 06:14:33 +01:00
e857648f9f
Fix/Change the Font Size of an Element
2016-06-11 06:14:33 +01:00
78bbf1e767
Fixed 'Write Reusable JavaScript with Functions' head and tail
2016-06-10 19:30:04 -02:30
84613ac864
Fixed 'Write Reusable JavaScript with Functions' head and tail
2016-06-10 19:30:04 -02:30
db855143d5
Update Palindrome instructions
2016-06-10 23:05:43 +05:30
7764862082
Update Palindrome instructions
2016-06-10 23:05:43 +05:30
a0b4a4d3d1
Removed duplicate help button
2016-06-10 15:29:29 +01:00
9ac80998a7
Merge pull request #9064 from Pasayadaan/fix/challange-#8843
...
This is a buggy challange (#8843 )
2016-06-10 14:46:13 +01:00
478997d3e8
Merge pull request #9064 from Pasayadaan/fix/challange-#8843
...
This is a buggy challange (#8843 )
2016-06-10 14:46:13 +01:00
3ef7d18fc0
FIX Unfinished Function Declaration in Comments
2016-06-10 12:40:41 +01:00
b730761ebe
This is a buggy challange ( #8843 )
...
Updated description in
seed/challenges/01-front-end-development-certification/html5-and-css.json
to instruct "Create second <p> element after the existing <p> element"
2016-06-09 21:59:30 -05:00
dbbea5f2c5
This is a buggy challange ( #8843 )
...
Updated description in
seed/challenges/01-front-end-development-certification/html5-and-css.json
to instruct "Create second <p> element after the existing <p> element"
2016-06-09 21:59:30 -05:00
d0afae8baa
Merge pull request #9051 from junzy/fix/access-array-data-indexes
...
replaced comparison with strict equality operator
2016-06-09 18:12:33 -07:00
aa8750e140
replaced comparison with strict equality operator
2016-06-09 16:26:39 +05:30
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