Commit Graph

8793 Commits

Author SHA1 Message Date
1c54ab471a Clarify Escape Sequences in Strings challenge
- Add code tags into table
- Rewrite instructions for more applicable coding test
- Add more tests to be more specific on what you need to pass
2016-06-19 14:56:54 -07:00
6b4b470227 Merge pull request #9151 from heldersepu/feature/Animate-#testSuite-to-focus-user-on-errors
Animate #testSuite to focus user on errors
2016-06-18 21:23:15 +01:00
ce46d1906b Animate #testSuite to focus user on errors
- As soon as the user clicks the button we hide('slow') the div #testSuite
- Then on displayTestResults we show it.

Use fadeOut/fadeIn instead of hide/show

Scroll the div #scroll-locker to the bottom
- Fix for some challenges with long contents on div #scroll-locker

Fix Err: Strings must use singlequote quotes
2016-06-18 16:04:36 -04:00
222077114a Merge pull request #9096 from LindsayBrown81/fix/disambiguate-property-meaning
fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json
2016-06-18 19:28:53 +01:00
3fa86377f8 fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json #9096
Lines 4322-4323: made links HTML tags instead of markdown in the definitions I added for JSON and property.
Line 4324: added booleans and numbers back into the Data Structures and overall reduced number of words used in explanations.
Lines 4338 and 4343: removed quotes from integer value and boolean value because the JSON is valid without them.
Line 4502: specified what part of property the ID number is to reinforce that a property consists of a key (or name) and a value.
Lines 4505-4508: reworded the conditions to be more consistent and comprehensible, changed their order.
Line 4510: retitled Note to Hints and added two more hints.
Line 4543: changed from my first PR's suggestion of var collectionCopy = JSON.stringify(collection) back to var collectionCopy = JSON.parse(JSON.stringify(collection)).
2016-06-18 14:08:14 -04:00
ecd1f628e2 Added Bio from GitHub to freecodecamp portfolios
- Removed unneeded code
2016-06-18 19:07:57 +01:00
3fe5e79e52 Merge pull request #9217 from arun1595/fix/nest-a-inside-p-tests
Fix test for nest anchor within a paragraph
2016-06-18 15:01:04 +01:00
e056fcd442 Fix test for nest anchor within a paragraph 2016-06-18 18:00:20 +05:30
b5b3bd5588 Merge pull request #9208 from taylorbryant/patch-1
Improve consistency
2016-06-18 10:06:29 +01:00
ddef92d3f0 Merge pull request #9207 from QuincyLarson/fix/update-about-page-numbers
update campsites challenge copy, amount of nonprofit work done, camper count
2016-06-18 10:06:00 +01:00
efae92b12c Merge pull request #9212 from arun1595/fix/font-size-challenge
Add tests for change font-size challenge
2016-06-18 00:00:21 -07:00
d643982585 Add tests for change font-size challenge 2016-06-18 09:29:00 +05:30
1fd9242b87 Merge pull request #9008 from erictleung/fix/remove-unnecessary-authentication
Remove unused authentication methods
2016-06-18 00:32:31 +01:00
22a52b6bdc Merge pull request #9203 from sahilkhurana19/fix/jQuery-challenge-ux
Edited the test cases code to make sure the entire test cases are vis…
2016-06-17 23:59:25 +01:00
981e9b31fc Improve consistency 2016-06-17 16:00:39 -05:00
e1dc82e5ee update campsites challenge copy, amount of nonprofit work done, camper count 2016-06-17 14:00:14 -07:00
0e654eb6bd added a check to record collection about pre-existing elements 2016-06-17 14:48:37 -05:00
62b4e28bb9 Edited the test cases code to make sure the entire test cases are visible. 2016-06-18 00:56:41 +05:30
f2ca20d006 Merge pull request #9183 from sahilkhurana19/fix/array-challenge-description
Modified the description to make it a bit more clear.
2016-06-17 19:51:49 +01:00
f347c5fbaf Fixed challenge description.
Modified the description to make it a bit more clear.

Fixed challenge description and moved the example code to its own independent line.
2016-06-17 23:53:00 +05:30
25e6d4293b Fix pop arrays challenge tests (#8959)
* Fix tests for pop arrays challenge
* Fix the first test
2016-06-17 17:30:57 +01:00
0a21880b86 Merge pull request #9144 from DealPete/fix/JSON
remove references to JSON.
2016-06-17 16:58:30 +01:00
c1466989c0 Merge pull request #8884 from WillySchu/fix
Clarify description of change text inside an element using jquery
2016-06-17 16:11:11 +01:00
63eaecf86e Merge pull request #9201 from AryanJ-NYC/fix/file-metadata-demo
Provide working demo for File Metadata Microservice bonfire challenge
2016-06-17 14:46:58 +00:00
486f8a9dac Provide working demo for File Metadata Microservice API Project 2016-06-17 14:39:32 +00:00
2a07c52e78 remove references to JSON.
change 'allows' to 'allow'
2016-06-17 11:03:26 -02:30
396c4b5372 Merge pull request #9098 from DealPete/fix/incorrectOutputChallenge
Fixed 'Write Reusable JavaScript with Functions' head and tail
2016-06-17 13:20:55 +01:00
57bb224aa6 Merge pull request #9174 from sahilkhurana19/fix/golf-code-description
Edited the basic challenge description in order to make the challenge easier t…
2016-06-16 18:21:56 +01:00
b3214f4954 Merge pull request #9179 from luongthomas/fix/adding-palindrome-test
Add Test Case for Check for Palindromes
2016-06-16 18:20:12 +01:00
ad701a8e49 Merge pull request #9076 from robjloranger/fix__using-array-indices
fix for access array data with indices
2016-06-16 17:10:36 +01:00
ac676f1e19 Added Palindrome test for _eye returning true. 2016-06-16 09:03:53 -07:00
c7c2690848 Edited the basic challenge description to make the challenge easier to understand. 2016-06-16 18:06:33 +05:30
6fdf5c61a7 Merge pull request #9167 from FreeCodeCamp/revert-8894-FIX/Comment-your-JavaScript-Code
Revert "FIX Unfinished Function Declaration in Comments"
2016-06-15 18:54:24 -07:00
effd86e79f Revert "FIX Unfinished Function Declaration in Comments" 2016-06-15 18:54:10 -07:00
8737348f90 Merge pull request #9166 from FreeCodeCamp/revert-9084-Fix/Change-the-Font-Size-of-an-Element
Revert "Fix/Change the Font Size of an Element"
2016-06-15 18:53:37 -07:00
cc6d71cd5a Revert "Fix/Change the Font Size of an Element" 2016-06-15 18:53:25 -07:00
07930a4cac Merge pull request #9165 from FreeCodeCamp/revert-9086-Fix/Prefilter-JSON
Revert "Fix/Prefilter JSON"
2016-06-15 18:53:12 -07:00
e5f42c39c7 Revert "Fix/Prefilter JSON" 2016-06-16 00:00:37 +01:00
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