23 Commits

Author SHA1 Message Date
Quincy Larson
34dea0ab9c Fix/copy improvements (#16859)
* fix(seed): Simplify copy of lessons and remove need for image

* rework copy for account creation and login emails

* fix: Fixup email template and lock-file
2018-03-09 19:39:44 +00:00
Quincy Larson
b02aafc9b6 fix(seed): Make algorithm projects appear after intermediate algorithms (#16655)
* fix(seed): Make algorithm projects appear after intermediate

* fix(seed): Update order values to remove ambiguity
2018-02-10 09:20:59 +00:00
Tarun Singh
8b5b0f338a fix(URLs): Changed protocol relative URLs to Https URLs
BREAKING CHANGE: None

Closes #16522
2018-01-25 20:11:01 +05:30
Niko
c98b964606 refactor: Basic Algorithm Scripting (#16365)
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
Will Garcia
d4ad420cf4 fix: add 2nd regex check for bracket notation 2017-12-09 12:40:44 +05:30
Timo
890a262d00 refactor: Replace .com with .org 2017-08-26 00:07:44 +02: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
Prateek
c06fd79f87 Changes post review again 2017-08-01 01:31:51 +05:30
Prateek
380491784e Changes post review 2017-08-01 01:30:24 +05:30
Prateek Goel
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
Nathália Oliveira
a83238ae31 Brazilian Portuguese translation of Basic Algorithm Scripting (#14590) 2017-04-27 12:53:04 +05:30
Jools
b6d7cc1d86 add test case to Basic Algorithm Scripting: Confirm the Ending (#14000)
Current checks do not cover use cases where target string is found elsewhere in the original string.
closes #13944
2017-03-22 00:46:15 -05:00
SebastianPetak
ba24a17f04 Refactor test message for Title Case Challenge
Rewrite test messages to use <code> tags when describing the return value
to make their expected output more understandable.
2017-03-15 14:49:58 -05:00
MANISH-GIRI
c729ffaf28 Add type checking in Where Do I Belong 2017-02-25 20:01:22 -05:00
JamayK
81fcc79800 Added new test for "Return Largest Numbers in Arrays", with negative only numbers. 2017-02-23 15:03:30 +02:00
Pu Xiao
f408d11c42 add test case for "Where Do I belong" 2017-02-22 00:07:16 +08:00
Quincy Larson
5c4d17355a move the convert celsius challenge over to the algorithm challenges 2017-02-12 13:20:47 -06:00
systimotic
1d2cc3b99d Simplify truncate a string challenge 2017-02-05 14:31:48 +01:00
Peter Weinberg
512506fa33 chore(seed): freeCodeCampify remaining sections of codebase 2017-02-02 18:29:59 -05:00
Samuel Plumppu
e030a17e41 fix(challenge): Prevent use of String.repeat() in Basic Algorithm. 2017-01-28 21:51:28 +01:00
Cody Deckard
b19721b618 Add hint to Falsy Bouncer challenge description
Updates the Falsy Bouncer challenge description to include a hint
to help campers understand how they should approach the challenge
without revealing too much information or locking the camper into
a particular solution.
2017-01-26 15:46:40 +00:00
Rajesh
d83f9607b0 Fixed Formatting issue in "Return Largest Numbers in Arrays" 2017-01-23 12:17:56 +05:30
Quincy Larson
6f9fab3043 add new challenges 2017-01-19 15:25:07 -08:00