3467 Commits

Author SHA1 Message Date
Dylan
08f01a6f32 Merge pull request #15794 from Bouzmine/fix/dot-notation
Change "dot operator" to "dot notation"
2017-09-15 21:19:25 -05:00
Francis Clavette
d8bcb0f731 refactor(challenges): Change dot operator to notation 2017-09-15 19:54:49 -04:00
Alvin Kristanto
26c8dcdd15 feat(seed): Added more assertion for problem twenty four (#15850) 2017-09-11 21:39:28 -05:00
Alvin Kristanto
b278a59139 feat(seed): Added more assertion for Project Euler problem twe (#15874) 2017-09-11 17:57:40 -05:00
Shubham Sharma
fbce073fb2 fix(challenges): Improve wording of description (#15873)
changed the description of the challenge to make campers understand the
task better

Closes #14306
2017-09-11 17:55:58 -05:00
Berkeley Martinez
89b23669d0 Merge pull request #15866 from QuincyLarson/fix/fix-math-seed-files
fix(seed): Remove redundant seed files from math directory
2017-09-11 15:44:14 -07:00
Dylan
b01e9e1812 fix(challenges): Add helmetjs intro (#15865)
Closes #12634
2017-09-11 16:09:32 -05:00
Vaidic Joshi
12a4614873 fix(seed): Fixed assert regex
Closes #13999
2017-09-10 19:43:57 +05:30
Quincy Larson
b7f24359d1 fix(seed): Remove redundant seed files from math directory 2017-09-09 10:52:12 -05:00
Berkeley Martinez
9ef63cd323 Merge pull request #15539 from dakshshah96/fix/dynamic-data-d3-description
Improve description of work with dynamic data in D3 challenge
2017-09-05 18:32:59 -07:00
Beau Carnes
d3778427a6 Merge pull request #15811 from alvinkl/feature/problem_euler23
feat(challenges): Added more assertion for Project Euler problem twe
2017-09-05 09:16:03 -04:00
Dylan
30e3d2872e Merge pull request #15841 from texas2010/fix/short-fix-stories
fix(seed): Fix typo in the user stories
2017-09-04 11:23:35 -05:00
texas2010
393f7636c9 fix(seed): Fix typo in the user stories
Closes #15769
2017-09-04 08:51:10 -05:00
Zuzana
d03a627cbe fix(challenge): Close <code> element with </code> (#15842)
Closes #15185
2017-09-04 12:03:40 +02:00
Dylan
3bf076bed8 fix test on es6 export default (#15627) 2017-09-04 10:16:50 +02:00
williamsb
c2728eae63 refactor(challenges): Remove euler problem (#15837)
BREAKING CHANGE: Remove euler problem 22 from the file

Closes #15831
2017-09-02 22:16:30 -07:00
Beau Carnes
9b7ba0e311 Merge pull request #15798 from AungMyoKyaw/feature/euler-problem-3
feat(seed): Add tests and solution to Problem: Largest Prime Factor
2017-09-01 20:01:47 -07:00
Beau Carnes
a26309a2a3 Merge branch 'feat/object-freeze-challenge' into staging 2017-09-01 19:18:01 -07:00
Beau Carnes
a9bbfec4d4 fix(seed): Fix typos 2017-09-01 19:15:29 -07:00
Beau Carnes
784ca43e11 Merge branch 'feature/object-freeze-challenge' of https://github.com/adityaparab/FreeCodeCamp into adityaparab-feature/object-freeze-challenge 2017-09-01 18:58:57 -07:00
Darkpingouin
c5a3efb56b Updated simple challenges for colorblinds (#15602)
* Update Challenge for color-blindness 

To do : Translate for Ru, Es and pt-br
Done : Corrected the challenge + translation in German done.

* Corrected color for color-blindness in simple challenges

To do : Translate in ru, pt-br and es
Done: code correction + de translation

* Fix a bug and update some translations
2017-09-01 18:56:03 -07:00
Berkeley Martinez
286f362c25 Merge pull request #15373 from dhcodes/fix/tests-inc-dec
change tests to reflect desired solution
2017-09-01 18:15:32 -07:00
Berkeley Martinez
f49b7e39cb Merge pull request #15821 from QuincyLarson/feature/add-math-for-programmers-stubs
feat(challenges): Added math challenge stubs
2017-08-31 22:42:08 -07:00
Dylan
ccfd60720d Merge pull request #15801 from systimotic/fix/revert-regex-css-test
fix(challenges): Revert CSS regex test
2017-08-31 21:11:36 -05:00
Quincy Larson
fb36c052ee feat(challenges): Added math challenge stubs 2017-08-30 17:35:35 -07:00
Timo
86f96a1a28 fix(challenges): Revert CSS regex test
Some CSS tests were changed to regex tests while the CSS tests weren't
working on Firefox. Now that the original issue has been fixed, these
changes can be reverted.

Closes #15567
2017-08-30 14:56:09 +02:00
Alvin Lim
8511653b54 feat(challenges): Added more assertion for Project Euler problem twe 2017-08-27 16:35:31 +07:00
Timo
890a262d00 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Aung Myo Kyaw
575c362d1a feat(seed): Add tests and solution to Problem: Largest Prime Factor 2017-08-25 17:08:51 +06:30
Daksh Shah
3396a7791a Improve description of work with dynamic data in D3 challenge 2017-08-23 16:30:20 +05:30
Manish Giri
f44c2d6ffd feat(challenges): Add Strict Equality examples challenge (#15784) 2017-08-22 22:56:49 -05:00
Alvin Kristanto
1e2364bb74 feat(challenges): Updated project euler problem (#15754)
added more assertion and tweaked the task

feat(challenges): Added solution for project euler

Added solution for project euler problem 21
2017-08-21 23:36:34 -05:00
Sophanarith Sok
74f35d6999 test(tests): Add tests to Problem: Even Fibonacci Numbers (#15773)
Add more specific tests and edit motivational comment for something more
interesting.
2017-08-21 23:15:54 -05:00
Manish Giri
8f8671bb7c fix(challenges): Remove double quote requirement in jQuery selectors 2017-08-21 04:06:14 -04:00
Prateek
9556cede00 Add tests for having single ol and ul element 2017-08-14 21:41:38 +05:30
Shubham Sharma
0be65dc56c fix(challenges): Add test to check semicolon (#15756)
forces semicolon at the end of inline style declaration

Closes #10703
2017-08-12 17:33:42 -05:00
Darth Skywalker
fd42d1eb5a feat(challenge): Added Object.freeze challenge wrt #15746 2017-08-13 00:19:13 +05:30
Eric Leung
5522c64172 fix: Clarify mutate array with const challenge (#15745)
Instructions for Mutate an Array Declared with const was unclear and
included unnecessary learning materials. This commit aims to clarify the
instructions for what the challenge requires, and also add in missing
challenge tests.

Closes #14832
2017-08-11 15:06:35 -05:00
Sophanarith Sok
56b9349c37 test(seed): Add tests to Project Euler (#15750)
Add more tests. Add parameter to function to enable more specific tests
and enables easier way to verify a valid function. Update problem
description.
2017-08-11 14:57:00 -05:00
Alvin Kristanto
a6881d9991 edited project euler problem 20 (#15748)
revert(challenges): Change function name, parameters given, and return

Give better naming, avoid infiinite loop
2017-08-11 14:17:25 -05:00
Cody Seibert
67e1d86dc8 feat(quiz): initial quiz view which can be used for multiple choice (#15743)
quizes
2017-08-08 14:31:26 -05:00
Eric Leung
d01d3093c3 Merge pull request #15742 from dhcodes/fix/code-styling-on-switch
fix(challenges): Change switch code format for consistency
2017-08-08 10:44:57 -07:00
Dylan
6a496adca9 Merge pull request #15744 from usmandap/fix/longest-word-in-string
fix(seed): Function name findLongestWord changed
2017-08-08 08:40:52 -05:00
dhcodes
3479d835cc fix(challenges): Change switch code format for consistency
Closes #14947
2017-08-07 23:02:44 -05:00
Milo Hartsoe
450267e22d fix(seed, challenges, 02-javascript-algorithms-and-data-structures, basic-javascript.json, Golf Code): Adds an array of the names to the Golf Code challe (#15678)
This adds an array of names for the Golf Code challenge and adds a
sentence about the array to the description of the challenge.

Closes #15618
2017-08-05 13:33:16 -05:00
Felix Yan
2dd7249057 Fix typos in seed/challenges/06-information-security-and-quality-assurance/information-security-with-helmetjs.json 2017-08-05 03:23:45 +08:00
Usman Hussain
655366692f fix(seed): Function name findLongestWord changed
The function name findLongestWord is a little misleading as the
challenge asks to return the length of the word not the word itself.
Name findLongestWordLength is perfect.

BREAKING CHANGE: Function name changed
2017-08-03 11:25:45 +05:00
Dylan
dc048c21c8 Merge pull request #15670 from prateekgoel/fix/move-fahrenheit-variable
Move Fahrenheit Variable Below Comment Line
2017-08-01 11:22:23 -05:00
MANISH-GIRI
c681897bd2 Allow shorthand Hex values in challenge 2017-08-01 01:22:56 -04:00
Prateek
c06fd79f87 Changes post review again 2017-08-01 01:31:51 +05:30