8fd06ec7fb
Merge pull request #9086 from Bouncey/Fix/Prefilter-JSON
...
Fix/Prefilter JSON
2016-06-15 22:42:40 +01:00
ef1581d042
Merge pull request #9084 from Bouncey/Fix/Change-the-Font-Size-of-an-Element
...
Fix/Change the Font Size of an Element
2016-06-15 22:40:18 +01:00
e0b100a861
Merge pull request #8894 from Bouncey/FIX/Comment-your-JavaScript-Code
...
FIX/Unfinished Function Declaration in Comments
2016-06-15 22:31:05 +01:00
03600f129a
add mongo install step to challenge
2016-06-15 13:38:23 -07:00
332ea5f76c
remove the word simply from a couple challenges
2016-06-15 13:15:31 -07:00
de1a436558
Merge pull request #9143 from robjloranger/fix/missing-test-basic-js
...
fix for Appending variables to strings
2016-06-15 20:43:27 +01:00
6df576df6b
adjusted test
2016-06-14 16:41:55 -07:00
cd4bcbb5da
Merge pull request #8900 from b2m9/fix/exclude-seven-digit-US-phone-numbers
...
Fix: exclude 7 digit numbers from US phone challenge
2016-06-14 08:22:19 -07:00
034a65642c
Fix: exclude 7 digit numbers from US phone challenge
...
- Add assert for 555-5555, expecting false
- Add assert for 5555555, expecting false
- Change RegEx solution to make area code mandatory
- Simplify RegEx matching
- Add test case to catch random, invalid chars
2016-06-14 12:55:06 +00:00
d834c08e71
display text instead of links in absence of challenge name
2016-06-14 15:48:20 +05:30
3d43a1f533
Merge pull request #9077 from alayek/fix/palindrome-language
...
Update Palindrome instructions
2016-06-13 22:34:28 -07:00
83868f9f59
Merge pull request #8922 from tianz/fix/mdn-links
...
Fix MDN links
2016-06-13 19:28:52 +01:00
8f8e066866
Merge pull request #9119 from flipsyde606/fix/url-capitalized
...
Capitalized abbr. URL instead of url
2016-06-13 12:55:25 +01:00
ca8f3ea824
Fixed typo for URL
2016-06-13 15:49:27 +05:30
fc3cfa50f2
Merge pull request #9075 from atjonathan/fix/buttons
...
Removed duplicate help button
2016-06-12 16:55:07 -07:00
4ad9fbd8da
Remove unused authentication methods
2016-06-12 16:32:17 -07:00
97a253b345
Merge pull request #8901 from Bouncey/FIX/Change-Text-Inside-an-Element-Using-jQuery
...
FIX/Change Text Inside an Element Using jQuery
2016-06-12 16:26:35 -07:00
cd4f17564d
Merge pull request #8896 from Bouncey/FIX-Comparison-with-the-Equality-Operator
...
FIX Comparison with the Equality Operator
2016-06-12 16:19:49 -07:00
1725949254
Merge pull request #9105 from Bouncey/Fix/Link-to-External-Pages-with-Anchor-Elements
...
Fix/Link to External Pages with Anchor Elements
2016-06-12 16:10:26 -07:00
b5d99d4696
Merge pull request #9111 from atjonathan/comment/voteendpoints
...
Temporary Fix for voting endpoints
2016-06-12 20:37:59 +04:00
7346cd1474
Commented out vote1 and vote2 endpoints
2016-06-12 17:09:58 +01:00
821ae767fa
Fix/Link to External Pages with Anchor Elements
2016-06-12 11:42:46 +01:00
0fb6223728
Fix/Prefilter JSON
2016-06-12 11:26:20 +01:00
d5b2eb99c7
FIX/Change Text Inside an Element Using jQuery
2016-06-12 09:38:03 +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
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
ab2b72427a
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
db855143d5
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
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
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
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
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
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
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
b29432e26d
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
06b928fbc8
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
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