Commit Graph

3638 Commits

Author SHA1 Message Date
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
em-ant
0cb0da8c7a feat(challenge): add tests for the timestamp microservice challenge 2018-07-04 18:47:27 +09:00
Courtney
82f85b032a fix(challenges): fix typos 2018-07-01 20:07:32 +09:00
Ankit Tiwari
857b3e9a88 fix(challenges): update RegEx for testcase in es6 challenge 2018-07-01 19:59:32 +09:00
Megan Taylor
12c78d49d5 fix(challenges): add user story to tribute page challange
add user story to center img in parent element. this is part of tests
2018-07-01 19:55:18 +09:00
CharmedSatyr
9e9bc276aa fix(challenges): add comments to getter/setter instructions codeblock
ISSUES CLOSED: #92
2018-07-01 19:50:47 +09:00
Beaglefoot
20e36172ce fix(challenges): replace assertions in authentication with socket.io
* Write passport.socketio package name properly
* Enhance regexes
* Change error message on failed
attempt to register socket.io middleware

ISSUES CLOSED: #82
2018-07-01 13:17:59 +09:00
Simon
0f4b8a9eaa fix: penguin colors to match directions 2018-07-01 12:53:55 +09:00
Guy Even
66d84631ca fix(challenges): fixed RegEx for template literals javascript challenge
ISSUES CLOSED: #65
2018-06-30 19:31:01 +09:00
Vimal Raghubir
086a4a0a69 fix: incomplete Sass Test 2018-06-30 13:34:26 +09:00
Vimal Raghubir
2a7a3faeaa fix: clarify unclear instructions 2018-06-30 11:17:01 +09:00
mrugesh mohapatra
1d3e0764fb fix(challenge): syntax error in sample code snippet 2018-06-30 06:55:40 +05:30
Guy Even
c37a1e8ceb fix(challenges): removed redundant text from challenge
ISSUES CLOSED: #36
2018-06-30 05:39:29 +05:30
Ankit Tiwari
17af3dd29b fix(challenges): remove unnecessary test cases 2018-06-30 05:38:01 +05:30
James Stafford
6a8a9db4a1 fix(challenges): removed comment in the seed 2018-06-30 05:37:25 +05:30
huyenltnguyen
4c0d587784 fix(challenges): fix a test case in an Applied Accessibility
fix a test case in Applied Accessibility: Improve Accessibility of Audio Content with the audio
Element
2018-06-30 01:03:49 +05:30
Rob Anthony
46fcf434cd fix(challenges): change comment to make it clearer (#72) 2018-06-30 01:03:16 +05:30
Guy Even
ff266972e5 fix(challenges): removed a test in basic javascript challenge (#76)
removed a test looking for timesFive call and it is not clear from the instrucitons to do so

ISSUES CLOSED: #73
2018-06-30 00:19:47 +05:30
Niraj Nandish
0c0702d6c0 fix(challenges): Typo errors (#39) 2018-06-29 23:47:58 +05:30
Matthew Smith
9fa5907da0 fix(challenges): update regular expression that fails (#56)
* fix(challenges): update regular expression that fails

Changes regular expression in testString to remove negative look behind that is not implemented
across all browsers.

ISSUES CLOSED: #55

* Fixed line spacing

It is definitely something to do with a linter. I re-ran the `npm run commit` in my own environment and watched the line spacing jump. Should probably be checked if it ends up happening to others. However, this should fix it all for this PR!

* Back to `prettier` formatting

Reverting back to pretty formatting from commit.
2018-06-29 23:47:58 +05:30
Guy Even
2375d0c98d fix(challenges): cherry pick pr 17664 & 17672 from main repo (#52) 2018-06-29 23:47:58 +05:30
Guy Even
2b034e267b fix(challenges): fixed telephone number validator project (#53)
fixed telephone number validator projects to show example telephone numbers on new lines

ISSUES CLOSED: #47
2018-06-29 23:47:58 +05:30
CharmedSatyr
a6a0266e08 fix(challenges): grammar fix in css-grid auto-fit challenge (#60) 2018-06-29 23:47:58 +05:30
Prateek Surana
7105507910 fix(challenge): Updated tests to avoid confusion (#57) 2018-06-29 23:47:58 +05:30
Ayush Gupta
dd046d6a0c fix(challenge): Fixed the typo for automatically (#48) 2018-06-29 23:47:58 +05:30
Kornelijus
e74192e1e4 fix(challenges): fixed typo in css-grid.json (#46) 2018-06-29 23:47:58 +05:30
Kristofer Koishigawa
4b1c5ebc7a fix(challenges): change test for template literals challenge (#37)
The original test was too rigid, and many users were forced to use one solution, usually map, to
complete the challenge. The test is changed here to allow for multiple solutions to the problem,
including the use of either single or double quotes when naming a class.

BREAKING CHANGE:
None
2018-06-29 23:47:58 +05:30
huyenltnguyen
6e02f9d3e4 fix(challenges): fix responsive web design cert claim
BREAKING CHANGE:
none
2018-06-24 14:41:31 +01:00
Thomas Lombart
cf9336a3b1 fix(challenges): Correct a regex in ES6 read-only challenge (#41)
The regex testing if the user has entered console.log(SENTENCE); was broken. It has been modified.
2018-06-24 14:41:31 +01:00
NitronR
816be51471 fix(interview-prep): Remove duplicates 2018-06-24 14:41:31 +01:00
Bhanu Pratap Singh Rathore
21930a8c1b feat(interview-prep): Porting Rosetta problems (#17537)
* feat(interview-prep): Porting Rosetta problems

* Objects formatted and description updated.

* Update rosetta-code.json

* Update rosetta-code.json

* Fixed syntax for Identity matrix description array
2018-06-24 14:41:31 +01:00
John Kennedy
d4cf9deee6 fix: sample code in intro to currying
Corrected the code sample that didnt work
Amended uncurried example to better tie in with rest of code making the lesson more cohesive
2018-06-21 18:48:04 +05:30
Stuart Taylor
6de827c8b7 fix: give 'Exercise Tracker' the correct id 2018-06-21 18:48:04 +05:30
Niraj Nandish
16ff132f44 fix: typo errors (#23)
* Typo errors

Unnecessary break

Grammatical error

* remove an unnecessary <br>
2018-06-21 18:48:04 +05:30
Niraj Nandish
5815401097 fix: example link will open in new tab (#22)
Example link will open in new tab

Final editing
2018-06-21 18:48:04 +05:30
Michael Silverman
999c6af639 fix: changes text to bold in the JS Algo and DS (#20) 2018-06-21 18:48:04 +05:30
Ankit Tiwari
e1dfe8f43c fix: Remove an unnecessary line from basic javascript challenge (#19) 2018-06-21 18:48:04 +05:30
Tom
d31e0a3a24 fix: blockquote-formatting-in-challenges (#17590) 2018-06-19 17:53:24 +05:30
Vimal Raghubir
fb3d904b64 Fix: Reword unempathetic sentence (#17598)
* Fix: Reword unempathetic sentence

* Remove unnecessary word
2018-06-19 17:53:24 +05:30
Varun
1573455292 fix(challenges): Fix typo in security challenge (#17608) 2018-06-19 17:53:24 +05:30
Alex Swiontek
3a8ff9a8d1 style(challenges): Change "Mortal Combat" to "Mortal Kombat" (#17625)
Reference the game by using the correct spelling
2018-06-19 17:53:24 +05:30
Bhanu Pratap Singh Rathore
a133a3f139 feat(interview-prep): Porting Rosetta problems (#17537)
* feat(interview-prep): Porting Rosetta problems

* Objects formatted and description updated.

* Update rosetta-code.json

* Update rosetta-code.json

* Fixed syntax for Identity matrix description array
2018-06-19 17:53:24 +05:30
Kristofer Koishigawa
20fac4e2c3 revert: "test(challenges): Corrected expected average value" (#17568) 2018-06-14 03:30:04 +05:30
Vimal Raghubir
0d2afb5743 Fix: Code ordering issues (#17560)
* Fix: Code ordering issues

* Update applied-visual-design.json
2018-06-14 03:30:04 +05:30
Vimal Raghubir
e72755461c Fix: Match single quotes (#17539)
* Fix: Match single quotes

* Fix: slash direction

* Fix: Regex expression and refined tests
2018-06-13 13:02:11 +05:30
Vimal Raghubir
9e84a54d72 fix: rename incorrect variable name (#17538)
* fix: rename incorrect variable name

* Fix: Bad variable naming
2018-06-13 13:02:11 +05:30
Matthew Smith
ed5e02d7ae test(challenges): Corrected expected average value (#17562)
Modified 8.675 to 8.52 in three places for correct average value

BREAKING CHANGE: n/a

Closes #17561
2018-06-13 13:02:11 +05:30