Logan Tegman
99ea090998
Merge pull request #6976 from venky18/patch-3
...
Updated the regex
2016-02-13 21:10:14 -08:00
Justin Richardsson
262566bab4
Merge pull request #6979 from QuincyLarson/fix/update-about
...
Add academic honesty page and improve about view
2016-02-13 22:25:42 -05:00
Quincy Larson
3110aed946
Remove references to APIs from basic front end projects. Closes #6971
2016-02-13 16:31:23 -08:00
Venketesh Mahapatra
34077ccd68
Updated the regex
...
updated the rgex because "Target the Parent of an Element Using jQuery" challenge was not accepting valid jquery
closes #6955
2016-02-14 02:53:58 +05:30
Ankit Aggarwal
f6196b0c7d
Improve test cases of Record Collection challenge
2016-02-12 19:15:28 +05:30
Akira Laine
fd09d79df2
Merge pull request #6911 from jamigibbs/fix/friendly-date-parameter
...
Updating name to accurately describe parameter data type
2016-02-12 17:20:54 +11:00
Quincy Larson
9e85cd3937
Merge pull request #6864 from ankitaggarwal011/fix/update-instructions-tests-of-challenge
...
Update instructions and tests of change font-size challenge
2016-02-11 21:15:21 -08:00
Quincy Larson
c8016d2349
Resequence front end projects and add Tribute Page project
2016-02-11 20:46:00 -08:00
Quincy Larson
c626e81d00
make the "get set for" challenges optional
2016-02-11 20:46:00 -08:00
Quincy Larson
77a74fe8dd
update gear-up-for-success challenges with new social media outlets, no camper news
2016-02-11 20:46:00 -08:00
Eric Leung
7f8c10b602
Clarify instructions on saving object properties
2016-02-11 19:12:33 -08:00
Jami Gibbs
2325fbb023
Updating name to accurately describe parameter data type
2016-02-11 15:09:23 -06:00
Logan Tegman
3f79bd311e
Merge pull request #6888 from raisedadead/fix/filter-arrays-with-filter
...
Fix the instructions in the Filter Array Challenge
2016-02-11 11:38:15 -08:00
Mrugesh Mohapatra
6154fa8e1e
Fix the instructions in the Filter Array Challenge
...
This commit fixes the instruction text as discussed in the
issue thread.
Tested locally.
2016-02-11 11:48:52 +00:00
Ankit Aggarwal
9a346113c9
Update instructions and tests of change font-size challenge
2016-02-11 10:15:39 +05:30
Rex Schrader
858546e3ec
Migrate invalid Challenge IDs
2016-02-10 15:18:48 -08:00
Quincy Larson
812b50ebe1
Merge pull request #6803 from MatheusGodinho/add/PT-translation-json0apis-and-ajax
...
Challenges of Json APIS and Ajax translated.
2016-02-09 20:48:44 -08:00
Quincy Larson
df32d1e96e
Merge pull request #6822 from pasosdeJesus/fix/ES-update-basic-bonfires
...
Verify and update translation to spanish of basic-bonfires
2016-02-09 20:47:02 -08:00
Alister N. Mada
b5e8f84dae
Fix test for Iterate Through An Array With For Loop
2016-02-10 06:29:11 +07:00
Mrugesh Mohapatra
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
Rex Schrader
d218346ed1
Merge pull request #6843 from erictleung/fix/clarify-symmetric-difference
...
Clarify symmetric difference definition + examples
2016-02-09 09:12:27 -08:00
Eric Leung
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
Eric Leung
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
Vladimir Támara Patiño
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
Vladimir Támara Patiño
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
MatheusGodinho
661ab041c5
Challenges of Json APIS and Ajax translated. Closes #6717
2016-02-07 11:07:52 -02:00
Eric Leung
abaeda0272
Clarify characters are each unique in permutation
2016-02-07 00:00:39 -08:00
Rex Schrader
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
BKinahan
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
Joshua Henson
4def4278ef
Clarify "Nest one Array..." challenge to include multiple arrays
2016-02-06 11:27:54 -08:00
Rex Schrader
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
Eric Leung
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
Rex Schrader
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
Rex Schrader
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
justinian336
e440ded7ac
Add translation for new challenge
2016-02-05 07:24:30 +00:00
Eric Leung
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
Alister N. Mada
ed66e1c060
Make Iterate Through Array for loop test less strict
2016-02-05 14:21:49 +07:00
Rex Schrader
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
Mrugesh Mohapatra
0a33d45368
Fix Range Error : Maximum Call Stack Size Exceeded
...
This commit fixes the `capture` console.log, with an alternate logic
to resolve the objects with correct scope.
Refer the PR FreeCodeCamp/FreeCodeCamp#6681 discussion for details.
Tested locally.
Updated fix to resolve broken CI
2016-02-04 14:51:37 +05:30
Simon Diep
160de4ebcf
Improved description for two challenges
...
closes #6701
2016-02-03 14:40:48 -06:00
Alister N. Mada
ed942a4636
Fix IE compatibility issue for Font Size challenge
2016-02-02 19:59:09 +07:00
Quincy Larson
2d63a3d5fa
Merge pull request #6562 from SaintPeter/fix/restore-es-translations
...
Restore Prior Spanish Translations to basic-javascript.json
2016-02-02 00:16:39 -08:00
Mrugesh Mohapatra
6b8c2bb220
Add Instructions Clarification to Using Objects for Lookups
...
This commit adds clarification to the Instructions.
Tested locally.
2016-02-02 02:17:56 +05:30
BKinahan
4feae4a768
Changed 'will gives' to 'will give'
...
Corrected typo for challenge Generate Random Whole Numbers with Javascript, 'will gives' to 'will give'.
2016-02-01 11:24:19 +00:00
Berkeley Martinez
9cc8c11f31
Merge pull request #6550 from QuincyLarson/fix/sample-watermark-certs
...
update sample certificate images and fix a couple other onboarding as…
2016-01-31 23:13:05 -08:00
Eric Leung
b4e35cb535
Clarify escape literal quotes instructions
...
- Change example quote to valid JavaScript
- Add example of what you will get if you print said example quote
- Place emphasis on "if" in the instructions so that it'll hopefully be clear
you do not actually need to print it
2016-01-31 01:39:47 -08:00
Mrugesh Mohapatra
a9be8f9990
Add additional test cases to Roman Numeral
...
This commit adds additional test case to the Roman Numeral challenge.
It was possible to pass the tests with incorrect code, as seen in the
issue discussion.
Tested locally.
closes #6616
2016-01-31 11:53:52 +05:30
Rex Schrader
29e50b4bc5
Merge pull request #6581 from raisedadead/fix/comparison-with-the-greater-than-or-equal-to-operator
...
Fix the test case for Comparison with operators
2016-01-30 11:35:53 -08:00
Rex Schrader
3e6b2f34f5
Merge pull request #6583 from raisedadead/fix/undefined-is-not-explained
...
Add a hint to Return Early Pattern for Functions
2016-01-30 11:32:07 -08:00
Mrugesh Mohapatra
42ec641645
Fix the test case for Comparison with operators
...
This commit fixes the test case with change to assert in one case,
and change to the test case message in another case.
I intentionally, changed the assert for one case and message for other
Tested locally.
2016-01-30 11:45:40 +05:30