Geoffrey Wright
e62b1a6112
add test case to spinal-tap-case
2016-03-28 19:15:50 -04:00
Berkeley Martinez
ba2c111eb5
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
65a3b8e1a0
Fix LobsterDefault HTML code on Lobster font
2016-03-28 04:12:04 +05:30
Mrugesh Mohapatra
9dcad846ad
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
47ba2152f4
Adds switch statement MDN link
2016-03-27 12:33:57 -07:00
Berkeley Martinez
a0440d3961
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
a5f6b98df2
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
f728226bf4
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
c87bb1121d
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
69722b33d2
Merge pull request #7738 from hallaathrad/fix/challenge-issues
...
Replace portfolio link
2016-03-26 10:53:59 -07:00
Hallaathrad
857f04e4c2
Replace portfolio link
2016-03-26 13:20:15 -04:00
Eric Leung
0601f819e8
Clarify h2 HTML heading descriptions
2016-03-25 12:35:26 -05:00
elazzabi
e9f11bc1a9
Translating Claim Your Data Visualization Certificate to French.
2016-03-24 22:36:14 +00:00
BKinahan
5406ae08b9
Fix 'its' typo in Where Art Thou description
2016-03-24 21:16:54 +00:00
Rex Schrader
a64a0a20ee
Merge pull request #7667 from zerkms/patch-1
...
Fixed assignment operator terminology
2016-03-23 21:06:45 -07:00
Eric Leung
5c704207e5
Clarify Drop It instructions on using 2nd argument
2016-03-23 20:48:37 -05:00
Ivan Kurnosov
bbb12bf811
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
63a873cc81
Merge pull request #7657 from Rafase282/fix/new-demo-app
...
Changes demo app
2016-03-23 16:28:42 +05:30
Kenzo Naito
78c3f41c14
added french translations for intermediate bonfires
2016-03-21 22:08:14 +01:00
Eric Leung
39cf284e7f
Make Where Do I Belong function name unique
2016-03-21 10:26:24 -07:00
Mrugesh Mohapatra
5c52514388
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
de6201e274
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
9cb1522eca
opens links in a new tab
2016-03-21 01:36:40 -07:00
Al3xakaSp3cialK
5b4aa93ff8
Translation of Bootstrap challenges in french
2016-03-21 09:35:58 +01:00
Mrugesh Mohapatra
4b975d8673
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
349364b5da
updated to check for spaces before and after class name
2016-03-20 06:49:58 -07:00
Rex Schrader
c527701bbb
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
cd736c2b1f
Merge pull request #7615 from drk7891/fix/array-name-typo
...
Fixed challenge typo
2016-03-19 20:50:24 -07:00
Rex Schrader
385bced95a
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
ef1f67d5ff
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
13adcc61ec
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
31d3b402aa
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
5dd6841790
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
6213f9852a
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
367bd93602
Make Chunky Monkey function name unique
2016-03-18 09:40:57 -07:00
drk7891
22fab8f92e
Fixed challenge typo
2016-03-18 10:35:28 -04:00
Eric Leung
88e5792b4b
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
f8bb686d12
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
972711653f
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
67999239ca
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
020632962b
fix image protocol
2016-03-16 20:32:12 -06:00
Blanca Acosta
a6900214ae
Translation of challenge console and logging in computer-basics
...
Update computer-basics.json
2016-03-16 21:18:51 +00:00
Eric Leung
d244fe4024
Make Repeat a String function name unique
2016-03-16 14:17:27 -07:00
Logan Tegman
69daeea96a
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
e7efdbe561
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
3d8389b574
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
dc1ec8bbbf
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
a403854998
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
4b5c8b81a7
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
7ddeecdfb4
Fix links in video descriptions
2016-03-16 12:51:08 +07:00