Commit Graph

16274 Commits

Author SHA1 Message Date
Berkeley Martinez
7d9a626b8c Merge pull request #4736 from FreeCodeCamp/greenkeeper-helmet-0.15.0
Update helmet to version 0.15.0 🚀
2015-11-27 11:50:42 -08:00
greenkeeperio-bot
fcd2c4c067 chore(package): update eslint to version 1.10.2
http://greenkeeper.io/
2015-11-27 10:32:14 -08:00
Matthias Kern
d872829f06 Fix the sliding in/out issues closes #4721 2015-11-27 13:32:18 +02:00
Rex Schrader
f7a525c8a1 Merge pull request #4740 from erictleung/fix/filter-array-method-example
Fix example code on filter method to avoid confusion
2015-11-26 23:30:11 -08:00
Eric Leung
7b69f5f648 Fix example code on filter method to avoid confusion 2015-11-26 18:02:37 -08:00
Eric Leung
eda2334743 Fix example code on filter method to avoid confusion 2015-11-26 18:02:37 -08:00
greenkeeperio-bot
5a67c17ef3 chore(package): update helmet to version 0.15.0
http://greenkeeper.io/
2015-11-26 10:43:44 -08:00
Logan Tegman
c7e44a1316 Merge pull request #4731 from chrisipanaque/fixes/math-random-description
Fixes Math.random() description in waypoint
2015-11-26 09:05:21 -08:00
Christian Ipanaque
a24e76675a Fixes Math.random() description in waypoint
Fixes the description of Math.random() in Javascript waypoint.

Math.random() generates a random decimal number between 0 and 1.

Closes #4728
2015-11-26 06:03:11 -08:00
Christian Ipanaque
19c291f2a4 Fixes Math.random() description in waypoint
Fixes the description of Math.random() in Javascript waypoint.

Math.random() generates a random decimal number between 0 and 1.

Closes #4728
2015-11-26 06:03:11 -08:00
Rex Schrader
857f8fd3ef Merge pull request #4704 from erictleung/fix/decimal-and-hexadecimal-description
Fix description explaining hexadecimal numbers
2015-11-26 01:06:26 -08:00
Rex Schrader
764a052624 Merge pull request #4704 from erictleung/fix/decimal-and-hexadecimal-description
Fix description explaining hexadecimal numbers
2015-11-26 01:06:26 -08:00
Logan Tegman
a0ffaa6ca4 Merge pull request #4726 from erictleung/fix/change-potential-confusion-on-conditionals
Fix example if-else statements with clearer example
2015-11-26 00:09:56 -08:00
Logan Tegman
4683a9cc00 Merge pull request #4726 from erictleung/fix/change-potential-confusion-on-conditionals
Fix example if-else statements with clearer example
2015-11-26 00:09:56 -08:00
Eric Leung
9c3e43e190 Fix example if-else statements with clearer example 2015-11-26 00:04:10 -08:00
Eric Leung
23768acc7f Fix example if-else statements with clearer example 2015-11-26 00:04:10 -08:00
Logan Tegman
479903043c Merge pull request #4725 from erictleung/fix/note-about-zero-index
Add note about how jQuery is zero-indexed for clarification
2015-11-25 22:15:21 -08:00
Eric Leung
73c8ccb633 Add note about how jQuery is zero-indexed for clarification 2015-11-25 20:39:02 -08:00
Eric Leung
8cfd2eb114 Add note about how jQuery is zero-indexed for clarification 2015-11-25 20:39:02 -08:00
Logan Tegman
5afd061b90 Merge pull request #4724 from SaintPeter/fix/jquery-comments-to-clarify
Fixes "Use Comments to Clarify Code" Ambiguity
2015-11-25 17:31:05 -08:00
Logan Tegman
9b4cd3549d Merge pull request #4724 from SaintPeter/fix/jquery-comments-to-clarify
Fixes "Use Comments to Clarify Code" Ambiguity
2015-11-25 17:31:05 -08:00
SaintPeter
2a29d8e1f0 Fixes comments top of code ambiguity 2015-11-25 17:26:22 -08:00
SaintPeter
a5d26d1716 Fixes comments top of code ambiguity 2015-11-25 17:26:22 -08:00
Logan Tegman
eff3fc9ff7 Merge pull request #4723 from dcsmith926/staging
use of ".map()" should be ".forEach()"
2015-11-25 17:11:18 -08:00
Logan Tegman
24822250a7 Merge pull request #4723 from dcsmith926/staging
use of ".map()" should be ".forEach()"
2015-11-25 17:11:18 -08:00
Rex Schrader
91136618f1 Merge pull request #4712 from AryanJ-NYC/fix/appropriate-test-description-jquery-remove-element
Rewrote test goal description for: Remove an Element using jQuery
2015-11-25 17:06:49 -08:00
dcsmith926
1584485739 use of ".map()" should be ".forEach()"
In "seed/challenges/json-apis-and-ajax.json", the use of ".map()" in the 5th and 6th challenges doesn't make sense -- we're not creating a new array by modifying each element of the response, and in challenge 4, the learner was told to use ".forEach()". Seeing ".map()" instead for no apparent reason would likely be a source of confusion.
2015-11-25 18:38:19 -05:00
dcsmith926
06e406c68c use of ".map()" should be ".forEach()"
In "seed/challenges/json-apis-and-ajax.json", the use of ".map()" in the 5th and 6th challenges doesn't make sense -- we're not creating a new array by modifying each element of the response, and in challenge 4, the learner was told to use ".forEach()". Seeing ".map()" instead for no apparent reason would likely be a source of confusion.
2015-11-25 18:38:19 -05:00
Berkeley Martinez
1fc4677eb1 Merge pull request #4714 from FreeCodeCamp/feature/fastest-webpage-on-the-internet
Add the fastest web page on the internet
2015-11-25 11:17:29 -08:00
Quincy Larson
d4fde2a98a create the fastest site on the internet 2015-11-25 10:23:35 -06:00
Aryan Jabbari
fe83cccdfc Rewrote test goal description for waypoint: Remove an Element using jQuery
Close #4517
2015-11-25 10:57:48 -05:00
Aryan Jabbari
c07bb591c4 Rewrote test goal description for waypoint: Remove an Element using jQuery
Close #4517
2015-11-25 10:57:48 -05:00
Logan Tegman
a1d7cfca57 Merge pull request #4689 from SaintPeter/fix/jquery-wp-releasedon-date
Add release date to new JQ waypoint
2015-11-24 22:52:52 -08:00
Logan Tegman
3465000275 Merge pull request #4689 from SaintPeter/fix/jquery-wp-releasedon-date
Add release date to new JQ waypoint
2015-11-24 22:52:52 -08:00
Eric Leung
3081033695 Fix description explaining hexadecimal numbers 2015-11-24 22:22:30 -08:00
Eric Leung
2f7b6034cf Fix description explaining hexadecimal numbers 2015-11-24 22:22:30 -08:00
Rex Schrader
d8470bce4d Merge pull request #4701 from erictleung/fix/remove-waypoint-checkbox-quotes
Unescape quotation marks
2015-11-24 21:43:38 -08:00
Rex Schrader
102d2d8344 Merge pull request #4701 from erictleung/fix/remove-waypoint-checkbox-quotes
Unescape quotation marks
2015-11-24 21:43:38 -08:00
SaintPeter
87f8059e1a Add release date to new JQ waypoint 2015-11-24 21:39:26 -08:00
SaintPeter
36c8181270 Add release date to new JQ waypoint 2015-11-24 21:39:26 -08:00
Rex Schrader
960a3bab20 Merge pull request #4697 from gasperno/fix/modify-test-description
fixed test description in html5-and-css.json
2015-11-24 21:37:35 -08:00
Rex Schrader
996aec0d2f Merge pull request #4697 from gasperno/fix/modify-test-description
fixed test description in html5-and-css.json
2015-11-24 21:37:35 -08:00
Rex Schrader
04f85656a0 Merge pull request #4692 from erictleung/fix/add-roman-numeral-checks
Add additional Roman numeral checks
2015-11-24 21:28:31 -08:00
Eric Leung
56bb5df272 Unescape quotation marks 2015-11-24 20:23:48 -08:00
Eric Leung
74005c6d44 Unescape quotation marks 2015-11-24 20:23:48 -08:00
Harsha
145f91da8a fixed test description in html5-and-css.json 2015-11-24 18:05:00 -05:00
Harsha
05cea5dcbb fixed test description in html5-and-css.json 2015-11-24 18:05:00 -05:00
Eric Leung
4b03c40d30 Add additional Roman numeral checks 2015-11-24 09:44:03 -08:00
Eric Leung
40821dc526 Add additional Roman numeral checks 2015-11-24 09:44:03 -08:00
Rex Schrader
caff8c220d Merge pull request #4678 from ltegman/fix/bf-validate-telephone-tests
Fix BF Validate US Phone Numbers Tests
2015-11-23 22:43:52 -08:00