f575222ac6
Fix text of the challenge with better wording
...
This commit changes the into text of the challenge with better wording,
as discussed in the issue thread.
Tested locally.
2016-02-09 23:56:19 +05:30
d218346ed1
Merge pull request #6843 from erictleung/fix/clarify-symmetric-difference
...
Clarify symmetric difference definition + examples
2016-02-09 09:12:27 -08:00
2aebcab273
Clarify symmetric difference definition + examples
...
- Make definition of symmetric difference more precise
- Add in set examples in description to facilitate learning of the
concept
- Put "symmetric difference" in `<dfn>` tags
2016-02-08 22:56:41 -08:00
2d33525d43
Merge pull request #6841 from erictleung/fix/clarify-diff-two-arrays-instruction
...
Clarify diff two arrays instructions
2016-02-08 22:21:59 -08:00
fe7e7c27be
Clarify diff two arrays instructions
...
- Clarify you want items that are in one but not both arrays
- Add "symmetric difference" terminology for those familiar with it
2016-02-08 21:22:37 -08:00
7b1cb3202c
Update translation to spanish of basic-bonfires
...
Closes #6495
Thanks for corrections to @justinian336 and @Narshe1412
2016-02-08 20:44:41 -05:00
4c8f6c1f89
Merge pull request #6801 from alistermada/fix/map-button-on-active-map
...
Map and chat buttons close their respective asides when open
2016-02-08 15:35:08 -08:00
487e0e85fc
Merge pull request #6798 from erictleung/fix/permutation-problem-explanation
...
Clarify characters are each unique in permutation
2016-02-08 13:26:26 -08:00
0465923e64
Map and chat buttons toggle asides
2016-02-08 10:05:02 +07:00
3dcc67599a
Merge pull request #6814 from hallaathrad/fix/navbar-issue-4digit-brownies
...
fix for navbar overflowing at 4 digits brownies
2016-02-07 11:28:21 -08:00
85a78046d1
fix for navbar overflowing at 4 digits brownies
2016-02-07 14:02:45 -05:00
f1e7ff8886
Merge pull request #6804 from hallaathrad/fix/react-navbar-shop
...
Add shop to the react navbar
2016-02-07 10:49:19 -08:00
cedc6ff1cb
Verified and updated translation to spanish of advanced-bonfires.
...
Closes #6494
Thanks for corrections to @justinian336
2016-02-07 12:32:14 -05:00
a1963e7d68
Add shop to the react navbar
...
Closes #6802
2016-02-07 08:16:50 -05:00
661ab041c5
Challenges of Json APIS and Ajax translated. Closes #6717
2016-02-07 11:07:52 -02:00
abaeda0272
Clarify characters are each unique in permutation
2016-02-07 00:00:39 -08:00
5571c668d2
Merge pull request #6796 from FreeCodeCamp/fix/production-timeout
...
Increase time for DB connect in production
2016-02-06 23:03:58 -08:00
60664abb1d
Merge pull request #6795 from QuincyLarson/fix/add-euro-tshirt-link
...
add link to euro tshirt campaign
2016-02-06 23:01:57 -08:00
8247cac222
Merge pull request #6778 from alistermada/fix/challenge-text-alignment
...
Change slide challenge text-align to left
2016-02-06 23:01:27 -08:00
877c69255b
Increase time for DB connect in production
2016-02-06 22:58:41 -08:00
25a762f52c
add link to euro tshirt campaign
2016-02-06 22:55:58 -08:00
5b73279212
Remove slide challenge text-align center
2016-02-07 13:00:33 +07:00
1d624e4ed0
Merge pull request #6785 from joshuahenson/fix/clarify-nest-one-array
...
Clarify "Nest one Array..." challenge to include multiple arrays
2016-02-06 18:53:59 -08:00
aaa450414c
Merge pull request #6788 from BKinahan/fix/spelling-of-input
...
Fix spelling of 'inputed'
2016-02-06 15:10:02 -08:00
01f5945e0f
Fix spelling of 'inputed'
...
Changed spelling of 'inputed' for 'Add Placeholder Text to a Text Field' to 'input.'
Closes #6787
2016-02-06 22:31:28 +00:00
4def4278ef
Clarify "Nest one Array..." challenge to include multiple arrays
2016-02-06 11:27:54 -08:00
43377e1d38
Merge pull request #6738 from hallaathrad/change/challenge-cockpit-overhaul
...
Minor aesthetic changes
2016-02-05 23:07:37 -08:00
6f6ce2d2b1
Merge pull request #6771 from FreeCodeCamp/new/video-challenges
...
New/video challenges
2016-02-05 21:53:04 -08:00
1646e4aa01
Merge pull request #6750 from erictleung/fix/move-challenge-titles-in-json-files
...
Move challenge title attribute/value pair + update
2016-02-05 21:26:32 -08:00
41e1f43a48
Merge pull request #6772 from QuincyLarson/feature/shop
...
Create shop with link to tshirt
2016-02-05 21:16:04 -08:00
6ae937951c
Move challenge title attribute/value pair + update
...
- Move title attribute/value pair for each challenge in Basic Algorithm
Scripting to between the id and description attributes for consistency among
the other challenge JSON files
- Add space in the editor for Caesar's Cipher for alignment with the `return`
statement
- Add code tags around `arr[i]` in Return Largest Numbers in Arrays challenge
- Add code tags around `n` in Repeat a string repeat a string
- Capitalize JavaScript in Falsy Bouncer
- Change `n` to `num` for Repeat a string repeat a string challenge
2016-02-05 21:14:20 -08:00
1e7eae5281
Add new Video Content
2016-02-05 21:14:04 -08:00
a55488e5eb
create shop with link to tshirt
2016-02-05 21:06:30 -08:00
a903db76e3
Minor aesthetic changes
2016-02-05 23:46:11 -05:00
bf2c944b87
Merge pull request #6729 from alistermada/fix/test-for-loop-challenge-too-strict
...
Fix test for Iterate Through an Array with a For Loop
2016-02-05 20:35:57 -08:00
322c26ea9c
Merge pull request #6749 from justinian336/Update/ES-translation-basic-bonfires
...
Add translation for new challenge
2016-02-05 20:30:16 -08:00
f2896a9ad6
Merge pull request #6748 from erictleung/fix/add-more-slasher-flick-tests
...
Add more tests to Slasher Flick and fix formatting
2016-02-05 20:29:33 -08:00
73ee65f2ec
New Video Challenge Files
...
Consolidate contents of `programming.json` into `computer-basics.json`
2016-02-05 20:07:37 -08:00
15647e578d
Merge pull request #6754 from raisedadead/fix/data-visualization-certification
...
Fix path for data visualization certification
2016-02-05 18:10:15 -08:00
ef3a93f6e6
Fix path for data visualization certification
2016-02-05 12:46:35 +00:00
19b26475e8
Merge pull request #6730 from pasosdeJesus/fix/ES-update-getting-started
...
Verify and updates translation to spanish of getting-started.
2016-02-04 23:29:42 -08:00
e440ded7ac
Add translation for new challenge
2016-02-05 07:24:30 +00:00
241c5c2396
Add more tests to Slasher Flick and fix formatting
...
- Added two more tests that involve a mix of strings and numbers
- Put `n` in code tags
- Add missing period in second sentence
2016-02-04 23:23:00 -08:00
ed66e1c060
Make Iterate Through Array for loop test less strict
2016-02-05 14:21:49 +07:00
95ef30a7fe
Merge pull request #6704 from justinian336/Add/ES-translation-react-projects
...
Add ES translation of react-projects.json
2016-02-04 21:39:49 -08:00
7d70f00c8b
Merge pull request #6695 from AkiraLaine/add/video-challenges
...
worked on video challenge superblock
2016-02-04 18:51:24 -08:00
ff998c2b8b
Merge pull request #6702 from justinian336/Add/ES-translation-data-visualization-projects
...
ES Translation of data-visualization-projects.json
2016-02-04 14:42:52 -08:00
bc98b1ef83
Merge pull request #6743 from simondiep/update-contrib-doc
...
Improve contributor's guide documentation for new contributors
2016-02-04 14:27:02 -08:00
9086cbd7f4
Improve contributor's guide documentation for new contributors
...
closes #6741
2016-02-04 15:59:29 -06:00
9aacf1021e
Merge pull request #6681 from raisedadead/fix/range-error-maximum-call-stack-size-execeeded
...
Fix Range Error : Maximum Call Stack Size Exceeded
2016-02-04 07:51:22 -08:00