Commit Graph

260 Commits

Author SHA1 Message Date
6307c0f04b fix(seed): Change variable name from array to args ()
Changed variable name from array to args. It will validate the last validation. Particular variable name is required but it is not mentioned in description.

Closes 
2018-01-18 00:45:19 +05:30
054dd8b4f6 Merge pull request from iabrenne/feature/link-to-guide
Feature/link to guide
2018-01-16 12:52:03 -08:00
c98b964606 refactor: Basic Algorithm Scripting ()
Change var to let/const.
Change some single quotes to double quotes to be consistent. (Most were using double quotes)
Change callback functions to use ES6 arrow syntax.
Add function call to solution to be more consistent. (Some were present already)
Remove comments from solution to be more consistent. (Most didn't have comments)
2018-01-16 11:50:31 +05:30
2e92368396 fix(seed): Space between function name and parameters was not () 2018-01-15 22:08:36 +05:30
98d27c16c1 refactor(seed): Add link to guide
Partially 
2018-01-10 18:32:16 -06:00
1c9dd4dba2 fix(seed/challenges): Correct typo in a JavaScript challenge () 2018-01-08 10:53:55 +05:30
5ba1da5e2c fix(challenges): Clarified instructions on es6 let challenge () 2018-01-04 10:58:30 +00:00
edc37e76d3 fix(seed): Fix quotient should only be assigned once test
The tail is no longer included in the code variable. I updated this test
to account for that

Closes 
2018-01-02 23:56:13 +05:30
ab08420ec2 fix(challenges): Fixed import export related challenges
Closes 
2017-12-29 18:38:22 -08:00
2df89dab95 fix: Make semicolon optional () 2017-12-29 14:56:52 +00:00
524918fc84 Refactor ES6 Challenges ()
* fix(challenges): Add function scope of use strict

Refactored first 13 challenges with function scope `"use strict";`
syntax

Closes 

fix(challenges): Refactor ES6 challenges

Refactored ES6 challenges up to 22 to use function scope `"use strict";`

test(challenges): QA ES6 Challenges

Refactored es6 challenges getting tested and QA'd

fix(challenges): QA remaining ES6 challenges

* refactor(challenges): Quick edit for ES6 challenges

More changes to come. This commit solves issues addressed by Quincy

* refactor(challenges): ES6 Textual refactor

Textual refactor. Improved challenge test messages to be more
explanatory
2017-12-22 22:17:05 -06:00
3583633a39 fix(seed/challenges): Change cash register algorithm ()
Edited the description and tests so that freeCodeCamp users learn to
write functions that return a similar data structure type each time.

BREAKING CHANGE: None.

Closes 
2017-12-22 22:15:16 -06:00
ef9e2f498e test(challenges): Test ES6 challenge ()
* test(challenges): Test ES6 challenge

Added tests to 3rd ES6 challenge

* test(challenges): ES6 challenges

* test(challenges): ES6 chall c11-c15

* test(challenges): ES6 chall c16-c20

* test(challenges): ES6 chall c21-c27

* test(challenges): Refactor ES6 challenges

Update tests to use getUserInput. Remove test for arrow function use

Closes 

* test(challenges): Fix falsey case

Add proper getUserInput syntax for !code.match tests

Closes 

* test(challenges): QA ES6 Challenges

QA and edit for ES6 challenges 1 - 18

Closes 
2017-12-21 14:38:28 -06:00
43abd79788 feat(cert): Certificates ()
* feat(cert): finished layout and design of legacy certificates

* feat(cert): added new certs

* feat(cert): added logic for new certs

* feat(cert): updated claiming challenges

* feat(cert): fixed various small issues

* feat(cert): completed suggested changes
2017-12-20 19:15:23 -06:00
de53301903 Merge pull request from QuincyLarson/feature/add-algorithm-projects
feat(seed): Move required projects into new algorithm projects
2017-12-20 19:09:31 +00:00
30866d5afe fix(seed): Update description for basic-javascript/word-blanks ()
Pulling changes from commit 54c11a0de9
2017-12-19 15:46:30 -06:00
fc8a7cc07e feat(seed): Move required projects into new algorithm projects 2017-12-15 15:22:19 -06:00
7879f3183a feat(challenges): Adds do...while challenge to basic JS challenges ()
* feat(challenges): Adds do...while challenge to basic JS challenges

Closes 

* fix: Update id for challenge in correct format
2017-12-15 10:14:22 -06:00
d23e3978ed fix(challenges): Fix 'only subtract one number' test ()
Closes 
2017-12-12 02:07:40 +05:30
d0ca7ff2cf chore(seed/challenges): Change misleading variable name in example
Changed variable named "thisVariableNameIsTooLong" to
"thisVaribaleNameIsSoLong"

Closes 
2017-12-09 21:04:01 +05:30
d4ad420cf4 fix: add 2nd regex check for bracket notation 2017-12-09 12:40:44 +05:30
744476404c fix(challenges): Change regular expressions match characters that o
Originally the challenge's example code was a little unclear about what
the * character does. Also, the challenge could be solved without using
the * character.

BREAKING CHANGE: None

Closes 
2017-12-03 00:18:30 +09:00
7977430316 fix(challenges): Improve description in existing object challenges 2017-11-01 10:28:47 +05:30
a4526f906e Merge pull request from DusanSacha/feature/add-basis-js-challenge-return-undefined
feat(seed): Add new Basis JS Challenge Return Undefined
2017-10-20 19:58:31 +05:30
727e6d34f7 fix(seed-update): browser console, fCC Console, functionality of both () 2017-10-17 13:41:46 -04:00
76d73479ba fix(challenges): Improve Word Blanks on staging () 2017-09-21 13:11:31 -05:00
08f01a6f32 Merge pull request from Bouzmine/fix/dot-notation
Change "dot operator" to "dot notation"
2017-09-15 21:19:25 -05:00
d8bcb0f731 refactor(challenges): Change dot operator to notation 2017-09-15 19:54:49 -04:00
fbce073fb2 fix(challenges): Improve wording of description ()
changed the description of the challenge to make campers understand the
task better

Closes 
2017-09-11 17:55:58 -05:00
e863759e29 feat(seed): Add new Basis JS Challenge Return Undefined
Add new Bassis JS Challenge Return Undefined with all Change Requests
2017-09-04 14:15:38 +02:00
3bf076bed8 fix test on es6 export default () 2017-09-04 10:16:50 +02:00
a26309a2a3 Merge branch 'feat/object-freeze-challenge' into staging 2017-09-01 19:18:01 -07:00
a9bbfec4d4 fix(seed): Fix typos 2017-09-01 19:15:29 -07:00
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
286f362c25 Merge pull request from dhcodes/fix/tests-inc-dec
change tests to reflect desired solution
2017-09-01 18:15:32 -07:00
890a262d00 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
f44c2d6ffd feat(challenges): Add Strict Equality examples challenge () 2017-08-22 22:56:49 -05:00
fd42d1eb5a feat(challenge): Added Object.freeze challenge wrt 2017-08-13 00:19:13 +05:30
5522c64172 fix: Clarify mutate array with const challenge ()
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 
2017-08-11 15:06:35 -05:00
d01d3093c3 Merge pull request 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 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 
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 ()
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 
2017-08-05 13:33:16 -05: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 from prateekgoel/fix/move-fahrenheit-variable
Move Fahrenheit Variable Below Comment Line
2017-08-01 11:22:23 -05: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
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 ()
Closes 
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