Logan Tegman
|
0a0c172dab
|
Merge pull request #7237 from erictleung/fix/symmetric-difference-wording
Update Symmetric Diff tests with length check
|
2016-03-02 10:36:42 -08:00 |
|
Randy Tolentino
|
b579d80dda
|
Changed very last test for the Comparisons with the Logical And Operator challenge.
- the last test was a repeat, of testing the number 51 and expecting No
- changed the spec to test for 80, and should still return No
|
2016-03-02 09:54:21 -06:00 |
|
Eric Leung
|
349f7dffb3
|
Update Symmetric Diff tests with length check
- Fix last test by removing unnecessary formatting
- Change `deepEqual` tests to `sameMembers` tests
- Add tests to check array lengths
|
2016-03-01 22:40:23 -08:00 |
|
Hallaathrad
|
e57ab5ee3d
|
changed the faulty/confusing test message
|
2016-02-29 14:55:59 -05:00 |
|
Eric Leung
|
f9d93d992a
|
Fix spelling in Pairwise challenge
|
2016-02-28 16:20:24 -08:00 |
|
DemiPixel
|
f8a12d465d
|
Make "Pairwise" description clearer
Somebody trying to do it found it confusing and so did I so I tried to improve the example a bit to be a bit clearer about why it returned 11.
|
2016-02-28 00:43:52 -08:00 |
|
Quincy Larson
|
b69e6388d3
|
Merge branch 'staging' into carolinaknoll-add/PtBR-translation-html5-and-css
Conflicts:
seed/challenges/01-front-end-development-certification/html5-and-css.json
|
2016-02-26 16:07:45 -08:00 |
|
Quincy Larson
|
684c60d9d5
|
Merge branch 'add/PtBR-translation-html5-and-css' of https://github.com/carolinaknoll/FreeCodeCamp into carolinaknoll-add/PtBR-translation-html5-and-css
|
2016-02-26 15:54:56 -08:00 |
|
Logan Tegman
|
06c01ac215
|
Merge pull request #7235 from NolanChan/fix/require-text-field-close
Added test to check for well-formed input element
|
2016-02-26 13:03:24 -08:00 |
|
NolanChan
|
a24d2f77d8
|
Added test to check for well-formed input element
|
2016-02-26 09:58:07 -08:00 |
|
Christian Lapinig
|
7432d976c5
|
Fix test case so only the word submit can pass test
|
2016-02-25 01:15:16 -08:00 |
|
Arsen Melikyan
|
2b531acbfe
|
Merge pull request #7183 from pasosdeJesus/fix/ES-jquery
Verifies and updates translation to spanish of jquery.json
|
2016-02-24 22:37:48 +04:00 |
|
Vladimir Támara Patiño
|
4d7966b772
|
Verify and update translation to spanish of jquery.json
Closes #6504
Thanks for correction to @justinian336 and @bugron
|
2016-02-24 13:31:06 -05:00 |
|
Vladimir Támara Patiño
|
ff29ef6c37
|
Verify and update translation to spanish of intermediate-bonfires.json
Closes #6502
Thanks for corrections to @justinian336
|
2016-02-24 13:26:10 -05:00 |
|
Arsen Melikyan
|
49bc24f74d
|
Merge pull request #7217 from pasosdeJesus/fix/ES-update-bootstrap
Updates translation to spanish of bootstrap
|
2016-02-24 22:26:13 +04:00 |
|
Vladimir Támara Patiño
|
3b0cc6aa8b
|
Updates translation to spanish of bootstrap
Closes #6498
Thanks for corrections to @justinian336
|
2016-02-24 13:15:47 -05:00 |
|
Arsen Melikyan
|
8e4b920db7
|
Merge pull request #7204 from justinian336/Audit/ES-Translation-of-html5-and-css.json
Audit ES Translation of html5-and-css.json
|
2016-02-24 20:29:16 +04:00 |
|
justinian336
|
c8dc798622
|
Audit ES Translation of html5-and-css.json. Thanks to @vtamara for the corrections.
|
2016-02-24 16:21:25 +00:00 |
|
Rex Schrader
|
6e1ac16c1d
|
Merge pull request #7152 from JoshFisk/fix/challange-test-error-0
On "Filter Arrays w/ filter" made error match goal
|
2016-02-22 13:54:50 -08:00 |
|
Carolina Knoll
|
c3dc127a4d
|
Fix final errors
|
2016-02-22 18:54:46 -03:00 |
|
Carolina Knoll
|
cb165ffa48
|
Remove commas and fix minor details
|
2016-02-22 16:51:48 -03:00 |
|
NolanChan
|
61227c5a04
|
coding instructions made consistent in Add ID Attributes to Bootstrap Elements challenge
|
2016-02-22 11:31:32 -08:00 |
|
Carolina Knoll
|
7bba6f9b9d
|
Remove commas and fix minor details
|
2016-02-22 16:13:37 -03:00 |
|
Eric Leung
|
30db3f0942
|
Remove unnecessary line break in Counting Cards
|
2016-02-21 13:23:53 -08:00 |
|
Carolina Knoll
|
70bf821efb
|
Challenges of html5-and-css translated. Closes #6708
|
2016-02-20 21:00:27 -02:00 |
|
Logan Tegman
|
b1879d19b9
|
Merge pull request #7091 from jorgeruvalcaba/add/ES-translation-basic-javascript
Verify and update translation to spanish of basic javascript
|
2016-02-19 20:16:45 -08:00 |
|
NolanChan
|
be5fe87984
|
Fixed example code in Use-Spans-for-Inline-Elements challenge
|
2016-02-19 15:21:23 -08:00 |
|
DarkChowder
|
66f4baa778
|
Modified the test errors of "Filter Arrays with .filter" so the goal is not misunderstood.
|
2016-02-19 13:17:51 -08:00 |
|
Berkeley Martinez
|
dfbf934307
|
Merge pull request #7108 from QuincyLarson/fix/update-github-codepen-onboarding
Fix/update GitHub codepen onboarding
|
2016-02-18 17:36:10 -08:00 |
|
Jorge Ruvalcaba
|
632a376145
|
Challenges of Basic Javascript translated. Closes #6496
Challenges of Javascript translated and corrected.
Some changes in challenges of Javascript.
Format nameEs and general corrections.
|
2016-02-18 18:18:06 -06:00 |
|
Quincy Larson
|
c2d3fbb086
|
Remove unnecessary wiki challenge
|
2016-02-18 00:18:36 -08:00 |
|
Quincy Larson
|
47d9816f77
|
Update GitHub and CodePen on-boarding instructions
|
2016-02-18 00:18:09 -08:00 |
|
Jami Gibbs
|
a4465ae853
|
Fix grammar in the Golf Code challenge directions
|
2016-02-17 16:00:09 -06:00 |
|
Arsen Melikyan
|
5e37e94855
|
Merge pull request #7036 from justinian336/Audit/ES-Translation-of-object-oriented-and-functional-programming.json
Audit ES Translation of object-oriented-and-functional-programming.json
|
2016-02-17 17:49:49 +04:00 |
|
Arsen Melikyan
|
61765e5985
|
Merge pull request #7032 from justinian336/Audit/ES-Translation-of-json-apis-and-ajax.json
Audit ES Translation of json-apis-and-ajax.json
|
2016-02-17 17:47:46 +04:00 |
|
Rex Schrader
|
cf4e29c6bf
|
Merge pull request #7051 from erictleung/fix/clarify-ambiguity-for-counting-cards
Clarify Counting Cards instructions & add tests
|
2016-02-16 19:46:17 -08:00 |
|
Arsen Melikyan
|
8e4bc36e50
|
Merge pull request #7005 from pasosdeJesus/fix/ES-update-advanced-ziplines
Update and verify spanish translation of advanced-ziplines
|
2016-02-17 07:37:56 +04:00 |
|
Arsen Melikyan
|
614de089b7
|
Merge pull request #7004 from pasosdeJesus/fix/ES-update-basic-ziplines
Update translation to spanish of basic-ziplines
|
2016-02-17 07:37:10 +04:00 |
|
Vladimir Támara Patiño
|
c2efaa86c2
|
Update translation to spanish of basic-ziplines. Thanks for corrections to @justinian336
Closes #6497
|
2016-02-16 20:11:01 -05:00 |
|
Vladimir Támara Patiño
|
36e5951930
|
Update and verify spanish translation of advanced-ziplines. Thanks for corrections to @justinian336
Closes #7003
|
2016-02-16 20:05:22 -05:00 |
|
Eric Leung
|
8287438d57
|
Clarify Counting Cards instructions & add tests
- Clarify instructions by changing table column "Value" to "Count Change"
- Add two more tests with mix of 7, 8, 9 and other card values
|
2016-02-16 07:31:41 -08:00 |
|
Mrugesh Mohapatra
|
c26220fccc
|
Update wiki link for twitch JSON Challenge
|
2016-02-16 13:05:42 +00:00 |
|
Quincy Larson
|
009dc2abd1
|
add advanced project requirement to claim front end certificate challenge
|
2016-02-15 15:09:13 -08:00 |
|
Logan Tegman
|
7a74f6dca2
|
Merge pull request #6891 from raisedadead/fix/create-a-bootstrap-row
Fix test for Create a bootstrap row challenge.
|
2016-02-15 09:38:19 -08:00 |
|
justinian336
|
7b385925ee
|
Audit ES Translation of object-oriented-and-functional-programming.json
|
2016-02-15 16:39:41 +00:00 |
|
Arsen Melikyan
|
c23dc3a3a9
|
Merge pull request #7028 from justinian336/Audit/ES-Translation-of-front-end-development-certificate.json
Audit ES Translation of front-end-development-certificate.json
|
2016-02-15 20:30:48 +04:00 |
|
justinian336
|
34f931e189
|
Audit ES Translation of json-apis-and-ajax.json
|
2016-02-15 15:55:37 +00:00 |
|
justinian336
|
5cff79df80
|
Audit ES Translation of front-end-development-certificate.json
|
2016-02-15 13:34:55 +00:00 |
|
Mrugesh Mohapatra
|
15eb0ff112
|
Fix test for Create a bootstrap row challenge.
This commit fixes the tests to check if the `<div>` with `row` class is
actually nested below the `<h3>` tag.
Tested locally.
|
2016-02-15 12:45:27 +00:00 |
|
Ankit Aggarwal
|
51c01c64de
|
Improve grammar of instructions for font-awesome bootstrap challenge
|
2016-02-15 14:41:18 +05:30 |
|