Commit Graph

2232 Commits (07c8422ee75761eaaa40a4ab338487d7a0cb849e)

Author SHA1 Message Date
Joseph Morse 2ac44d4791
Fixed Spelling Mistake
Changed bronwie to brownie
2016-03-31 22:02:27 -04:00
Berkeley Martinez 24a2f6a532 Merge pull request #7821 from clickthisnick/fix/grammar-a-to-an
FIX - Grammar A to An
2016-03-31 09:08:45 -07:00
Justin Richardsson dfd2ef7042 Merge pull request #7823 from erictleung/fix/outdated-italicize-method
Change italic method to em in Change Text jQuery
2016-03-31 09:23:29 -04:00
Mrugesh Mohapatra d806f91fde Merge pull request #7736 from BKinahan/fix/counting-cards-tests
Add test to Counting Cards
2016-03-31 12:55:58 +05:30
Eric Leung c6c17328fe Change italic method to em in Change Text jQuery
- Change italic example from using i to em tag
- Add spaces in editor for ease of code addition
- Update tests to reflect em tag change
2016-03-30 22:55:57 -07:00
Nick 0ee6ab4b64 FIX - Grammar A to An 2016-03-30 23:58:38 -04:00
BKinahan d713843bf9 Expand test regexp to verify correct style override 2016-03-30 17:05:25 +00:00
BKinahan 5622657990 Correct plurality in test message of Nest Many Elements 2016-03-30 14:53:11 +00:00
Mrugesh Mohapatra 66bde410e3 Merge pull request #7780 from geoff616/fix/spinal-tap-tests
add test case to spinal-tap-case
2016-03-30 19:05:03 +05:30
Eric Leung baf8d7df90 Change === to == in Decoding Binary Num question 2016-03-29 20:18:15 -07:00
Mrugesh Mohapatra 789fba9750 Merge pull request #7789 from cesardariogarcia/fix/update_https_on_bootstrap_responsive
update resources to https on bootstrap responsive
2016-03-29 21:21:26 +05:30
Vladimir Támara Patiño 4493bab421 Merge pull request #7689 from NaitoKenzo/translation/fr-intermediate-bonfires
Challenges of Intermediate Algorithm Scripting translated into French
2016-03-29 09:44:15 -05:00
Mrugesh Mohapatra fe8c76c14a Merge pull request #7784 from erictleung/fix/clarify-declare-js-vars
Clarify Declare JS Vars challenge description
2016-03-29 18:48:45 +05:30
Cesar Dario Garcia ae65a6c136 update resources to https on bootstrap responsive 2016-03-29 02:24:08 -07:00
Al3xakaSp3cialK f6dfc6f4f9 Translation of back end certificate in french 2016-03-29 04:50:16 +02:00
Eric Leung 4ad03d1223 Clarify Declare JS Vars challenge description
- Update description on what variables are
- Change code tags to dfn tags around the words "data" and "variables"
2016-03-28 21:46:24 -05:00
Andre Alonzo ae9a37b9d6 updated regex to Add Placeholder Text 2016-03-28 18:48:18 -07:00
Geoffrey Wright e112601def add test case to spinal-tap-case 2016-03-28 19:15:50 -04:00
Berkeley Martinez 941c983682 Merge pull request #7681 from erictleung/fix/unique-function-name-for-where-do-i-belong
Make Where Do I Belong function name unique
2016-03-28 07:09:20 -07:00
Apoorv Nandan 784092f38b Fix LobsterDefault HTML code on Lobster font 2016-03-28 04:12:04 +05:30
Mrugesh Mohapatra 2a4b49788c Merge pull request #7662 from paycoguy/fix/target-the-same-element-with-multiple-jquery-selectors
updated to check for spaces before and after class name
2016-03-28 03:34:35 +05:30
Michael Ro ab1a440622 Adds switch statement MDN link 2016-03-27 12:33:57 -07:00
Berkeley Martinez 5db19f5266 Merge pull request #7725 from elazzabi/add/FR-translation-data-visualization-certificate
Translating Claim Your Data Visualization Certificate to French.
2016-03-27 09:20:20 -07:00
Mrugesh Mohapatra a483f57c48 Fix Compound Assignment Challenges
This commit updates the Compound assignment challenges:

* Compound Assignment With +=
* Compound Assignment With -=
* Compound Assignment With *=
* Compound Assignment With \=

to

* Compound Assignment With Augmented Addition
* Compound Assignment With Augmented Substraction
* Compound Assignment With Augmented Multiplication
* Compound Assignment With Augmented Division

Tested locally
2016-03-27 13:49:45 +05:30
Mrugesh Mohapatra 910850c1e9 Merge pull request #7714 from erictleung/fix/clarify-drop-it-challenge
Clarify Drop It instructions on using 2nd argument
2016-03-27 13:08:43 +05:30
BKinahan 1400842828 Add test to Counting Cards
Adds a test to Counting Cards for cases when last drawn card decreases Count but Count is still positive
2016-03-26 18:13:30 +00:00
Berkeley Martinez 65b07700e0 Merge pull request #7738 from hallaathrad/fix/challenge-issues
Replace portfolio link
2016-03-26 10:53:59 -07:00
Hallaathrad 9853a54a9a Replace portfolio link 2016-03-26 13:20:15 -04:00
Eric Leung b6160dbfaa Clarify h2 HTML heading descriptions 2016-03-25 12:35:26 -05:00
elazzabi f07bc58230 Translating Claim Your Data Visualization Certificate to French. 2016-03-24 22:36:14 +00:00
BKinahan eb8b7298d5 Fix 'its' typo in Where Art Thou description 2016-03-24 21:16:54 +00:00
Rex Schrader 6b018752c9 Merge pull request #7667 from zerkms/patch-1
Fixed assignment operator terminology
2016-03-23 21:06:45 -07:00
Eric Leung e146a4bce5 Clarify Drop It instructions on using 2nd argument 2016-03-23 20:48:37 -05:00
Ivan Kurnosov 766f088ea8 Fixed assignment operator terminology
It's not accurate to call the `assignment operator` `=` and `equal` operator, since it might be confused with the `equality operators`, eg `==`.

For the very same reason changed the `Minus Equals` wording to characters `-=` and titled the challenges with its commonly used name: compound or augment assignment (see https://en.wikipedia.org/wiki/Augmented_assignment)

What do you think of this clarification?

Thanks.
2016-03-24 12:02:26 +13:00
Mrugesh Mohapatra bed9de2739 Merge pull request #7657 from Rafase282/fix/new-demo-app
Changes demo app
2016-03-23 16:28:42 +05:30
Kenzo Naito 6d698fd74d added french translations for intermediate bonfires 2016-03-21 22:08:14 +01:00
Eric Leung 2498f1fa88 Make Where Do I Belong function name unique 2016-03-21 10:26:24 -07:00
Mrugesh Mohapatra cf9c82ed46 Merge pull request #7620 from kalunlee136/add-link-to-make-object-properties-challenge
feature/added links for Objects Properties Private challenge
2016-03-21 20:08:27 +05:30
Akira Laine b2e5057799 Merge pull request #7625 from N0bl3/add/FR-responsive-design_with-bootstrap
Add/FR translation responsive design with bootstrap
2016-03-21 21:34:03 +11:00
Ka Lun Lee 88e49c224a opens links in a new tab 2016-03-21 01:36:40 -07:00
Al3xakaSp3cialK 14399c2271 Translation of Bootstrap challenges in french 2016-03-21 09:35:58 +01:00
Mrugesh Mohapatra 842b0267d8 Merge pull request #7613 from AkiraLaine/fix/http-requests
changed http to https in HTML5 & CSS3
2016-03-20 21:19:43 +05:30
Andre Alonzo 8c376a5b32 updated to check for spaces before and after class name 2016-03-20 06:49:58 -07:00
Rex Schrader c5640457c1 Merge pull request #7619 from erictleung/fix/unique-function-name-for-chunky-monkey
Make Chunky Monkey function name unique
2016-03-19 20:53:38 -07:00
Rex Schrader 56c6b66204 Merge pull request #7615 from drk7891/fix/array-name-typo
Fixed challenge typo
2016-03-19 20:50:24 -07:00
Rex Schrader acc31b2bd4 Merge pull request #7595 from erictleung/fix/unique-function-name-for-truncate-a-string
Make Truncate a String function unique & clarify
2016-03-19 20:48:47 -07:00
Rex Schrader 1b67e4718f Merge pull request #7579 from erictleung/fix/unique-function-name-for-repeat-a-string
Make Repeat a String function name unique
2016-03-19 19:46:27 -07:00
Rex Schrader 9cf2b498d1 Merge pull request #7569 from paycoguy/fix/accessing-nested-arrays
Updated example code for Accessing Nested Arrays in JSON to match challenge code
2016-03-19 19:44:03 -07:00
Akira Laine 668e47f972 changed http to https in HTML5 & CSS3
reverted freecatphotoapp links to http

reverted all freecatphotoapp links to http

fixed more issues
2016-03-20 13:40:09 +11:00
Rafael J. Rodriguez 5e8c096def Changes demo app
The purpose is to switch the demo app to another one that works better as the original one does not work well with url that specify a port as discussed at https://github.com/FreeCodeCamp/FreeCodeCamp/issues/7525

Closes #7525
2016-03-19 16:20:45 -04:00
Ka Lun Lee d021574bc3 added links for clarification on Make Objects Properties Private challenge.
fixed grammar from previous PR. This closes #7282.
2016-03-19 12:04:14 -07:00
Eric Leung f8b8a29b9b Make Chunky Monkey function name unique 2016-03-18 09:40:57 -07:00
drk7891 5b75652fa6 Fixed challenge typo 2016-03-18 10:35:28 -04:00
Eric Leung 41cd3dae5f Make Truncate a String function unique & clarify
- Change `truncate` function to `truncateString`
- Update challenge description to clarify goals of challenge
2016-03-17 05:46:07 -07:00
Mrugesh Mohapatra ab5b1451e4 Merge pull request #7571 from alistermada/fix/links-in-video-descriptions
Fix links in video challenge descriptions
2016-03-17 18:03:15 +05:30
Berkeley Martinez 6d1a4b2847 Merge pull request #7582 from jacobbearden/fix/image-protocol
fix image protocol
2016-03-16 21:23:16 -07:00
Vladimir Támara Patiño 6cc56e4a6c Merge pull request #7332 from BlancaInesAcosta/fix/ES-computer-basics
Translation of challenge console and logging in  computer-basics
2016-03-16 23:08:56 -05:00
Jacob Bearden fcf866906b fix image protocol 2016-03-16 20:32:12 -06:00
Blanca Acosta d02bc605a2 Translation of challenge console and logging in computer-basics
Update computer-basics.json
2016-03-16 21:18:51 +00:00
Eric Leung 6d055723a8 Make Repeat a String function name unique 2016-03-16 14:17:27 -07:00
Logan Tegman 88c917c639 Merge pull request #7536 from erictleung/fix/unique-function-name-for-inventory-update
Make Inventory Update function name unique
2016-03-16 13:21:08 -07:00
Eric Leung 5d4138a495 Make Inventory Update function name unique
- Change `inventory` function name to `updateInventory` in seeded code,
  solution, and tests
- Update instructions to be more clear
2016-03-16 13:14:34 -07:00
Logan Tegman 5c16a3aeb5 Merge pull request #7561 from erictleung/fix/unique-function-name-for-friendly-dates
Make Friendly Date Ranges function name unique
2016-03-16 13:08:48 -07:00
Logan Tegman 34dffa3421 Merge pull request #7573 from erictleung/fix/unique-function-name-for-confirm-the-ending
Make Confirm the Ending function name unique
2016-03-16 12:53:36 -07:00
Mrugesh Mohapatra 1feb43edad Merge pull request #7511 from SaintPeter/feature/add-exact-change-solution
Add solution to Exact Change
2016-03-16 18:10:48 +05:30
Eric Leung e9683bb318 Make Confirm the Ending function name unique
- Change `end` function name to `confirmEnding`
- Add clarity on arguments used in function
2016-03-15 23:54:56 -07:00
Alister N. Mada c13e234ff7 Fix links in video descriptions 2016-03-16 12:51:08 +07:00
Berkeley Martinez 5df5658a5e Merge pull request #7505 from SaintPeter/fix/change-nameLN-to-titleLN
Change nameXX properties to titleXX properties
2016-03-15 11:34:32 -07:00
Eric Leung fa18f967d9 Make Friendly Date Ranges function name unique 2016-03-15 01:05:16 -07:00
Andre Alonzo e54e83494f Updated example code fo r Accessing Nested Arrays in JSON 2016-03-14 22:50:24 -07:00
Rex Schrader 296536fd81 Merge pull request #7516 from FreeCodeCamp/fix/update-faq
Update Campsite challenge copy and labs
2016-03-14 21:15:11 -07:00
Quincy Larson cf4b862c4c Merge pull request #7396 from jnmorse/enhancement/suggest_prefix_localStorage
Added Prefix Hint to React Recipe Box
2016-03-13 17:17:33 -07:00
Quincy Larson 4ba1cb6317 Update campsite challenge copy 2016-03-11 23:57:43 -08:00
Rex Schrader 6e7d5db741 Change nameXX properties to title XX properties 2016-03-11 21:00:06 -08:00
SaintPeter 9d0cadb723 Add solution to Exact Change 2016-03-11 20:35:55 -08:00
Eric Leung 3997da2dcd Make Exact Change function name unique & lint
- Change `drawer` function to `checkCashRegister`
- Add code tags around subjectively needed text
2016-03-10 21:01:05 -08:00
Eric Leung bcbd863b9a Fix javascript to JavaScript in Basic JavaScript 2016-03-10 00:09:18 -08:00
drk7891 68bd573fda Fixed link to open in new window 2016-03-09 21:06:09 -05:00
Quincy Larson 58ad7f1ea1 Merge pull request #7412 from alnero/feature/russian-translation-basic-front-end-projects
Add russian translation for basic-ziplines.json
2016-03-09 07:49:20 -08:00
Rex Schrader b576e5c9d0 Merge pull request #7472 from ZackWard/fix/sort-arrays-with-sort
Clarify how the sort callback works
2016-03-08 19:56:47 -08:00
Vladimir Támara Patiño 9767546767 Finishing reviewing of spanish translation by @jorgeruvalcaba.
Thanks for corrections to @justinian336
2016-03-08 21:58:27 -05:00
Zack Ward ec1369feba Clarify how the sort callback works 2016-03-08 16:39:02 -07:00
Justin Richardsson c03b280bcf Merge pull request #7408 from regonn/translate/japanese-getting-started-create-a-github-account-and-join-our-chat-rooms
Translate in Japanese Getting started / Create a GitHub Account etc…
2016-03-07 17:54:24 -05:00
regonn 9bd49122b5 Translate in Japanese Getting started / Create a GitHub Account and Join our Chat Rooms 2016-03-08 07:29:12 +09:00
cuent d7f0a49875 Translate to Spanish new challenges of Update Gear Up for Success and Basic Ziplines files. 2016-03-07 10:52:14 -05:00
Logan Tegman f1e5b16a93 Merge pull request #7361 from raisedadead/fix/change-text-with-click-events
Fix tests for Change text with Click Events
2016-03-06 14:07:51 -08:00
Eric Leung 4514d54778 Add code tags and fix wording in Pairwise 2016-03-06 12:22:14 -08:00
Nerodenko Alexey 2aeacc48a9 Add russian translation for basic-ziplines.json 2016-03-05 13:13:12 +03:00
Logan Tegman f3ad170bab Merge pull request #7371 from JoshFisk/fix/falsybouncertest
Add test to "Falsy Bouncer"
2016-03-04 18:45:18 -08:00
Logan Tegman ab1ce9e72e Merge pull request #7388 from erictleung/fix/friendly-date-range-spaces
Remove spaces and add code tags to Dates Ranges
2016-03-04 18:18:53 -08:00
pomarbar d810ba6218 Translation to spanish of challenge Computer-security in Computer-basics.json 2016-03-04 17:43:55 +00:00
Joseph Morse 5b3eb6ad18 Added Prefix Hint to React Recipe Box
This adds a hint to the React Recipe Box project, and closes #7297.
Translations of the hint would still be needed.
2016-03-04 12:24:09 -05:00
Eric Leung 580a57d551 Remove spaces and add code tags to Dates Ranges 2016-03-03 23:11:37 -08:00
Eric Leung cc1aae6804 Add blockquote and code tags to US Phone Numbers 2016-03-03 21:58:54 -08:00
JoshFisk 0ef183aa93 Fixed description of "Change Text with Click Events" 2016-03-02 21:27:27 -08:00
JoshFisk f6b4e6d3da Add test to "Falsy Bouncer". 2016-03-02 21:16:56 -08:00
Vladimir Támara Patiño cdc63ba514 Translation to spanish of computer-basics.json.
Thanks for corrections to @afidka
2016-03-02 21:44:59 -05:00
Mrugesh Mohapatra c71c693d6d Fix tests for Change text with Click Events
This commit adds checks to alow `.text` along with `.html`,
as per the discussion in the issue.
2016-03-03 02:06:30 +05:30
Logan Tegman c6021d5ada Merge pull request #7182 from pasosdeJesus/fix/ES-bigonotation
Translation to spanish of bigonotation
2016-03-02 10:38:24 -08:00
Logan Tegman be8159fc30 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