Commit Graph

3544 Commits

Author SHA1 Message Date
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
fb36c052ee feat(challenges): Added math challenge stubs 2017-08-30 17:35:35 -07:00
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
8511653b54 feat(challenges): Added more assertion for Project Euler problem twe 2017-08-27 16:35:31 +07:00
890a262d00 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
575c362d1a feat(seed): Add tests and solution to Problem: Largest Prime Factor 2017-08-25 17:08:51 +06:30
3396a7791a Improve description of work with dynamic data in D3 challenge 2017-08-23 16:30:20 +05:30
f44c2d6ffd feat(challenges): Add Strict Equality examples challenge (#15784) 2017-08-22 22:56:49 -05:00
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
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
8f8671bb7c fix(challenges): Remove double quote requirement in jQuery selectors 2017-08-21 04:06:14 -04:00
9556cede00 Add tests for having single ol and ul element 2017-08-14 21:41:38 +05:30
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
fd42d1eb5a feat(challenge): Added Object.freeze challenge wrt #15746 2017-08-13 00:19:13 +05:30
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
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
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
67e1d86dc8 feat(quiz): initial quiz view which can be used for multiple choice (#15743)
quizes
2017-08-08 14:31:26 -05:00
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
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
3479d835cc fix(challenges): Change switch code format for consistency
Closes #14947
2017-08-07 23:02:44 -05:00
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
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
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
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
c681897bd2 Allow shorthand Hex values in challenge 2017-08-01 01:22:56 -04:00
c06fd79f87 Changes post review again 2017-08-01 01:31:51 +05:30
380491784e Changes post review 2017-08-01 01:30:24 +05:30
763f570d13 fix(challenges): Change hyperdev link to glitch (#15694)
Closes #15691
2017-07-31 14:33:42 -05:00
989816be1e Merge pull request #15682 from marigerr/fix/anchor-link-to-internal-section-challenge
internal link lesson - remove obsolete name attribute
2017-07-28 10:42:06 -05:00
85cbbc87f5 interal link lesson - remove obsolete name attribute 2017-07-28 07:54:12 +02:00
d2d38f6db7 Edit test to ensure opacity at 50% in keyframes (#14390) 2017-07-25 21:37:24 -04:00
e9f141ed44 Add check for function invocation 2017-07-22 16:18:30 -04:00
14bcb00323 refactor(seed): Add break; to default statement on switch challeng (#15673)
Closes #15131
2017-07-22 01:30:22 -05:00
27262eb9f7 Move Fahrenheit Variable Below Comment Line
Challenge URL: https://www.freecodecamp.org/challenges/convert-celsius-to-fahrenheit
2017-07-20 16:37:36 +01:00
9d90c3f9d8 Merge pull request #15187 from raisedadead/fix/placeholder-project-view
fix(frontend-projects): replace video with image thumbnail
2017-07-17 16:33:41 -07:00
cf49d5eefa tweak description on nest many elements ch. (#15597) 2017-07-17 22:21:19 +05:30
190fa94c54 Merge pull request #15098 from charlesBak/fix/arrow-function-with-param
Add test to Arrow functions with input parameters
2017-07-16 21:21:27 -05:00
90f8b0adb1 Merge pull request #15647 from MiloATH/fix/linked-list-size
Rename length() as size()
2017-07-15 22:13:16 -05:00
5baec5e56a fix(challenges): Change "loop" to "function" (#15649) 2017-07-15 22:42:00 +05:30
1a1002fc0f Rename length() as size() because the solution and future challenges use size() 2017-07-14 23:50:54 -04:00
d1f4f6c99d fix(frontend-projects): replace video with image thumbnail 2017-07-13 21:50:47 +05:30
357865ce41 Merge pull request #15622 from beaucarnes/fix/typo-adjacency-list-challenge
fix typo on challenge (#15621)
2017-07-11 10:41:38 -05:00
4004c6454d fix typo on challenge (#15621) 2017-07-10 21:25:26 -04:00
94c8679e19 add redux intro (#15605) 2017-07-09 16:15:54 -05:00
1ee5763e47 Adds glitch weather API to take home interview weather project. (#15608) 2017-07-09 11:06:31 +05:30
e72f981993 add note to audio element challenge (#15587) 2017-07-04 11:00:02 +05:30
e730d1fefc Merge pull request #15549 from CodingPower472/fix/add-test-wherefore-art-thou
Add test case to 'Wherefore art thou'
2017-07-02 10:19:07 -07:00
c13d7ffb43 Merge pull request #14706 from QuincyLarson/feature/add-project-euler-problems
Feature/add project euler problems
2017-07-02 10:03:52 -07:00
d53bf65746 Added a test to the challenge 'Wherefore art thou' 2017-07-02 09:22:17 -04:00