Commit Graph

3684 Commits

Author SHA1 Message Date
RaviKThella
6335a1521d fix(challenges): fixed esc chars in managing packages with npm lesson 2018-08-07 17:37:34 +09:00
Edward Njoroge Kahara
4f7faba7d9 fix(challenges): typo
fix typo on line 2083, from 'mutatable' to 'mutable'
2018-08-07 17:29:23 +09:00
Niraj Nandish
dcd8e45318 fix(challenges): challenge description is formatted and concised 2018-08-02 17:50:49 +09:00
Hugo
d1b207553b fix(challenges): update test and add solution for DS challenge
ISSUES CLOSED: #164
2018-08-02 17:12:40 +09:00
Hadrien Allemon
7707b180bb fix(challenges): insufficient objectives for javascript_algorithm/es6/19
The user was able to pass the challenge without building a proper constructor for the class. The new
objective ensure a constructor was built.
2018-08-02 11:29:12 +09:00
Josh Alling
45b573b57c fix(challenges): allow for omitted unit after zero values
ISSUES CLOSED: #166
2018-07-31 10:16:55 +09:00
John Kennedy
fd8c9e469c fix(challenges): fixes escaping of
and test error message
2018-07-31 09:23:04 +09:00
John Kennedy
b8d004e3f2 fix(challenges): fix third test for template literals
replaced the overly long and complex regex which tests for use of template literals with a much
simpler one that has the same effect

ISSUES CLOSED: #135
2018-07-31 09:23:04 +09:00
ByronCoder
e41f0782ea fix(challenges): changed complementary color for blue to orange
ISSUES CLOSED: #17934
2018-07-30 13:45:13 +09:00
Ruzsa Balázs
2edb306ca1 fix(challenges): fix test in hr challenge (#189)
the current test never matches: in the html, </h4> is followed by <p>, not <em>
2018-07-28 17:48:19 +01:00
Kartik Shah
8ae372ad14 fix(challenges): improve test for mongodb and mongoose 2018-07-28 10:15:48 +05:30
skoparde
bd67a6693a fix(challenges): fix typo in a "mongodb and mongoose" challenge
Added the word "multiple" to the description of the "Use model.findOne() to Return a Single Matching
Document from Your Database"
2018-07-27 14:21:40 +09:00
skoparde
78d86a4f3b fix(challenges): fix typo in a node and express challenge 2018-07-27 14:20:06 +09:00
skoparde
128794d819 fix(challenges): moved the <em> tag inside the <p> tag
According to the "Use the em Tag to Italicize Text" challenge, the <em> tag should be placed inside
the <p> tag. However, the following challenges have the <em> tag outside the <p> tag. I changed the
order of these tags for those challenges
2018-07-27 14:15:53 +09:00
John Kennedy
57dab6d81f fix(challenges): allows single quotes 2018-07-25 18:47:49 +09:00
Hadrien Allemon
8286ff9c46 fix(challenges): typo in javascript algorithms/debugging/2
In the objectives, the user was asked to log the variable "outputTwice" whereas in the code editor,
no such variable existed. I changed the objectif so that  it states to change the variable
"outputTwo" which is the variable found in the content.
2018-07-25 18:45:27 +09:00
Nathan Lakritz
3557016c01 fix(challenges): inline style semicolon consistency
ISSUES CLOSED: #17909
2018-07-24 18:05:14 +09:00
Adam Wells
21bb9d02c5 fix(challenges): updated dates
Updated footer copyright dates in a couple of files to reflect the current year

ISSUES CLOSED: #17908
2018-07-24 17:57:11 +09:00
nathanhannig
9fd5533168 fix(challenges): change green-box class margin to match red-box
ISSUES CLOSED: #169
2018-07-24 17:32:51 +09:00
Shrey
507c22dfe6 fix(challenges): glitch links in backend projects now open in new tabs
ISSUES CLOSED: #17799
2018-07-24 17:23:42 +09:00
Niraj Nandish
c1160c53a2 fix(challenges): typo and grammatical error
Wong spelling of document(was document).
2018-07-21 11:01:32 +09:00
Niraj Nandish
5308332d79 fix(challenges): grammatical error 2018-07-21 11:01:32 +09:00
Guy Even
06e1ba176e fix(challenges): change innerHTML to textContent (#160)
* fix(challenges): change innerHTML to textContent

ISSUES CLOSED: freeCodeCamp/freeCodeCamp#17888

* update quotes to be consistent w/ other challenges
2018-07-20 15:50:22 -04:00
Pushpender Maan
5b27dfdeff fix(challenges): fix typo in "split string into array using split" 2018-07-20 19:40:56 +09:00
Niraj Nandish
64b93dfb64 fix(challenges): broken link 2018-07-20 19:15:49 +09:00
John Kennedy
99f4b9f1ff fix(challenges): improve template literal challenge instructions 2018-07-20 08:17:26 +09:00
Jaka Kranjc
59d98b8d1c fix(challenges): remove obsolete mention of beta and update link #144 2018-07-19 23:12:12 +09:00
Niraj Nandish
2d3ca6d541 fix(challenges): typo error
Incorrect spelling of values(was vales).
2018-07-19 22:41:36 +09:00
huyenltnguyen
a311e06e4e fix(challenges): update test suite CDN link 2018-07-19 15:45:02 +09:00
Josh Alling
5a347676db fix(challenges): fix regex in applied visual design challenge (#162)
* fix(challenges): fix regex in applied visual design challenge

ISSUES CLOSED: #161

* fix(challenges): allow whitespace inside url()

ISSUES CLOSED: #161
2018-07-18 22:03:10 +01:00
Pushpender Maan
667dba93b4 fix(challenges): fix broken tests - es6_declarative_function 2018-07-16 17:48:07 +09:00
Alex Swiontek
f0b7ea9e56 fix(challenges): add code input space for final d3 challenge 2018-07-15 13:17:22 +09:00
Guy Even
c28aac036d fix(challenges): fixed regex in a challenge
Fix the regex in use the strong tag to make the text bold in order to only accept Stanford
Yniversity

ISSUES CLOSED: freeCodeCamp/freeCodeCamp#17861
2018-07-15 12:49:58 +09:00
Olutayo F
7f3ed42331 fix(challenges): fix typo in node and express challenge 2018-07-14 22:04:48 +09:00
Alvin Lim
56d7caf6d5 fix(challenges): add solution to project euler 53 2018-07-14 19:45:26 +09:00
ivan3123708
cfa99ef3cb fix(challenges): fix description and tests to use sync hashing
ISSUES CLOSED: #119
2018-07-14 19:11:56 +09:00
Pushpender Maan
8b99b8b56f fix(challenges): fix regex to allow redundant space characters 2018-07-13 15:53:58 +09:00
Alan Ayala
f1474303e6 fix(challenges): minor css grid typo 2018-07-13 08:40:12 +09:00
Pushpender Maan
ab912e4fe2 fix(challenges): fix typo in findOneAndUpdate() challenge 2018-07-11 23:36:26 +09:00
Pushpender Maan
3abf7adce5 fix(challenges): fix challenge for fallback value of CSS variable 2018-07-11 22:13:38 +09:00
wudifeixue
5e41e744a5 fix(challenge): typos in first Basic CSS challenge test 2018-07-09 23:16:21 +09:00
Guy Even
93277e5d47 fix(challenges): typos in some basic node and express challenges
fixed a typo in serve static assets challenge and in chain middleware to create a time server

ISSUES CLOSED: #113, #114
2018-07-09 18:41:56 +09:00
Niraj Nandish
de30ac869c fix(challenges): broken link
ISSUES CLOSED: #17823
2018-07-09 18:35:32 +09:00
Guy Even
a4f810e845 fix(challenges): fixed a typo in Data structures challege
fixed typo in data structures: create and add to sets in ES6

ISSUES CLOSED: freeCodeCamp/freeCodeCamp#17786
2018-07-09 18:20:27 +09:00
ValeraS
93295433c7 fix(challenges): fix initial contents
fixed: unable solve challenges without editing code outside comments
2018-07-08 22:44:00 +09:00
Pushpender Maan
f4d598f060 fix(challenges): fix regex (es6 : import vs require)
ISSUES CLOSED: #108
2018-07-08 21:44:13 +09:00
Alvin Lim
f31fe38d43 fix(challenges): add solution project euler 52 2018-07-08 12:55:40 +09:00
Ankit Tiwari
15675e8b42 fix(challenges): update pseudo-element selector syntax from CSS2 to CSS3 2018-07-08 12:50:49 +09:00
ivan3123708
362fc8afc6 fix(challenges): fix 2nd test bug
ISSUES CLOSED: #17769, #17039, #16967
2018-07-04 22:34:17 +09:00
Ankit Tiwari
4dc7589a8c fix(challenges): change del tag to s tag
Using s tag to strikethrough text instead of del tag in applied visual design challenge

ISSUES CLOSED: 17
2018-07-04 21:15:10 +09:00