Andrew Ma
768b618e68
add solution to Redux never mutate state ( #35590 )
2019-03-29 08:52:12 -07:00
Ina S.Lew
25c906d389
Commented solution using switch statement ( #35623 )
...
* Commented solution using switch statement
* fix: used two-space indentation
2019-03-29 08:33:47 -07:00
Ina S.Lew
2565d4c44a
Commented full solution ( #35620 )
...
* Include a default case for messageReducer
* Commented full solution
2019-03-29 08:20:11 -07:00
coderlyn
64efcac199
Add hints and solution for this challenge ( #34430 )
...
* Add hints and solution for this challenge
* Add original challenge seed code to solution
2019-03-29 07:50:30 -07:00
coderlyn
7bc3f6378f
Add hint and solution ( #34429 )
...
* Add hint and solution
* Add original challenge seed code to solution
2019-03-29 07:38:07 -07:00
Nikolai Kiselev
03c603787f
Add solution to Arguments Optional challenge ( #35654 )
...
* Add solution to Arguments Optional challenge
* fix: remove repl.it links
* fix: rename variables
* fix: remove unused parts of template
* fix: update links markdown
* fix: replaced existing Intermediate with this one
2019-03-29 06:17:56 -07:00
Cătălin Udroiu
e5aabc38f5
Introduction for Coding Interview Prep ( #29351 )
...
* Introduction for Coding Interview Prep
* Fix grammar and phrasing
2019-03-29 05:50:36 -04:00
grets311
3ece63f044
Update solution to meet exercise criteria ( #34583 )
...
The exercise requires a match at greater than 5 characters however the solution has a match occurring at a minimum of 5.
Request to update 5 to a 6.
2019-03-29 04:55:24 -04:00
James Liu
158601fa5d
Initial guide >= stub. Includes hints. ( #34019 )
...
* Initial guide >= stub. Includes hints.
* Update index.md
2019-03-28 17:40:26 -07:00
Catherine
1df0fcdb9f
Adding a second solution with a "for" loop ( #35299 )
...
* Adding a second solution with a "for" loop
+ adapted some texts to make the whole thing coherent
+ added some Useful links at the end of the article
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
2019-03-28 18:01:46 +05:30
Lipis
e84ae45008
Javascript -> JavaScript (English) ( #35183 )
...
* Javascript -> JavaScript (English)
* Update technical documentation page for required change
* Update use-class-syntax-to-define-a-constructor-function.english.md
* Update left-factorials.md
2019-03-28 14:05:41 +05:30
Zheng Fu
5dd27f88e4
simplifying the mathematical solution for Sum All Numbers in a Range ( #35007 )
...
* simplifying the mathematical solution
We don't need to sort the two number array, using Math.abs() we can get the count of the numbers in range and calculate the sum.
* Remove previously relevant info regarding sort()
* Clarify code for better readability
* change let to const according to review
* added missing semicolon
2019-03-27 22:26:59 +05:30
Randell Dawson
6f5610c4f3
fix: removed thanks and username references in english guide ( #34946 )
2019-03-27 22:25:49 +05:30
Kevin Trang
58b636eb35
Added example, explanation and solution to "Use Hex Code to Mix Colors" ( #34658 )
...
* Added example, explanation and solution to "Use Hex Code to Mix Colors"
* Remove problem
* Remove redundancy
* Update index.md
2019-03-27 01:10:12 +05:30
Kevin Trang
07c9173ad4
Added extra headings and solutions to "Create a Bulleted Unordered List" ( #34680 )
...
* Added extra headings and solutions to "Create a Bulleted Unordered List"
* Remove problem
2019-03-26 07:59:40 -07:00
Pawel Koronkiewicz
8d95b8af5d
Fixed a link at first Relevant Links section. ( #35680 )
2019-03-26 19:41:58 +05:30
Adrian Skar
772f4e1c40
[Guide] ES6: Compare var and let scopes. Fixes and enhancements. ( #34636 )
...
* [Guide] ES6: Compare var and let scopes. Fixes and enhancements.
- Remove phantom image
- Remove notes for contributors
- Change explanation and hints so they don't provide the solution too early.
- Links to markdown + 2 more resources
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com >
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com >
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com >
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com >
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com >
* fix: clarified the hint regarding variable i
2019-03-25 15:55:20 -07:00
Hassan Usman
d331ad1fcd
Fix typos: JS intermediate algorithm guide ( #34874 )
...
* Typo: JS Algorithm missing-letters
* Fix typo: Broken link syntax
* Fix typo: missing bracket
* Remove duplicate link/info
2019-03-25 09:03:55 -07:00
Emily Mentrek
2113b44b8a
Correct typos in ES6 guide for getters/setters ( #34951 )
2019-03-23 15:19:15 -07:00
Nikolai Kiselev
4bc1d74f2a
Add a solution for Finders Keepers challenge ( #35655 )
...
* Add a solution for Finders Keepers challenge
* Update link to markdown
* fix: removed repl.it link
* fix: made this the Intermediate Solution
* fix: added correct Intermediate icon
2019-03-23 08:35:58 -07:00
Eliezer Valenzuela
933ef11154
Added solution using map() ( #34701 )
...
* Added solution using map()
* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/find-the-longest-word-in-a-string/index.md
Co-Authored-By: vzla0094 <43974195+vzla0094@users.noreply.github.com >
* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/find-the-longest-word-in-a-string/index.md
Co-Authored-By: vzla0094 <43974195+vzla0094@users.noreply.github.com >
2019-03-23 16:08:25 +05:30
Bannon Tanner
01de9ca6f6
guide solution for Add Document Elements with D3 ( #27095 )
...
Added solution to the Add Document Elements with D3 stub
2019-03-21 23:31:49 +05:30
Syed Isam Hashmi
b2fa8896ba
Added solution for "Create and Add to Sets in ES6" ( #27554 )
...
* Added solution for "Create and Add to Sets in ES6"
* add full solution
* Remove notes
2019-03-21 21:33:36 +05:30
Binyamin Aron Green
21dd71a27d
Update two pages in d3.js guide ( #26433 )
...
* Update d3 guide
* Update index.md
* Update d3.js index.md
* Update d3js index.md
2019-03-21 21:28:47 +05:30
Bannon Tanner
041fc6866f
solution Add Inline Styling to Elements ( #27240 )
...
added full guide page for Data Visualization with D3: Add Inline Styling to Elements
2019-03-21 21:26:11 +05:30
Nikolai Kiselev
ad5e844cb5
Add another solution ( #35644 )
2019-03-21 15:24:12 +05:30
The Coding Aviator
df9bc7e1b5
Add solution to Use the CSS Transform Property skewY to Skew an Element Along the Y-Axis ( #34483 )
...
* Update index.md
* Add full solution
2019-03-19 15:12:33 -07:00
Matheus Genteluci
6f28548668
Understand where an objects prototype comes from ( #34643 )
...
* Understand where an objects prototype comes from
- One hint and Solution added to index.md
* Add original seed code
2019-03-17 17:19:21 -07:00
Tom
32b53ba0e0
Add link I removed from challenge ( #35429 )
...
Added a link to a resource I removed from the challenge description
2019-03-14 08:10:05 -07:00
Drew Clements
4f71d9c8a7
Additional solution to Functional JS challenge ( #29052 )
...
* Added additional solution to the challenge
* Moved code explanation out of code block
* fix: moved sentences to same paragraph
2019-03-11 14:07:47 -07:00
Adrian Skar
97a74b68e8
[Guide] ES6: Prevent object mutation; fixes and enhancements ( #34649 )
...
* [Guide] ES6: Prevent object mutation; fixes and enhancements
- Remove phantom image
- Remove notes for contributors
- Change explanation and hints.
- Links to markdown
* Changed as requested
Changed titles as requested by @randelldawson.
Note: I'm just used to [MDN](https://developer.mozilla.org/en-US/docs/MDN/Contribute/Guidelines/Writing_style_guide#Page_titles ) and other language styles and though it was clearer. Is it ok now for this guide?
* fix: removed repl.it link
2019-03-10 11:07:48 -07:00
The Coding Aviator
f991a487a1
Added solution to D3: Add axes challenge ( #34243 )
...
* Update index.md
* Update index.md
2019-03-10 09:42:27 -07:00
The Coding Aviator
76a400887c
Added solution to Learn about Complementary Colors ( #34347 )
...
* Update index.md
* Update index.md
* fix: changed css to html
2019-03-09 06:50:13 -08:00
The Coding Aviator
ae703e000e
Added solution to grid-areas challenge ( #34685 )
...
* Update index.md
* Added full solution
* Fix language
2019-03-09 06:47:19 -08:00
The Coding Aviator
193e708165
Added solution to Use display: flex to Position Two Boxes ( #34520 )
...
* Update index.md
* Update index.md
2019-03-09 06:44:44 -08:00
The Coding Aviator
5bc2ceac97
Added solution to Add Flex Superpowers to the Tweet Embed challenge ( #34542 )
...
* Update index.md
* Add full solution
2019-03-09 06:43:16 -08:00
The Coding Aviator
28ea71d603
fix(guide): Fix solution for style multiple elements and remove stub text ( #35530 )
2019-03-09 06:33:51 -08:00
The Coding Aviator
ddf2c993f5
Added solution to make typography responsive challenge ( #34289 )
...
* Update index.md
* Add full challenge
2019-03-09 06:24:30 -08:00
The Coding Aviator
526e3331c6
Added solution to Change an Element's Relative Position ( #34281 )
...
* Update index.md
* Add full solution
2019-03-09 06:12:14 -08:00
The Coding Aviator
dd9566e96e
Improved change the color using CSS guide article ( #34284 )
...
* Update index.md
* Update index.md
2019-03-09 06:10:54 -08:00
The Coding Aviator
e3ee778c07
Added solution to use the s tag to strikethrough text ( #34290 )
...
* Create index.md
* Corrected title
* Update index.md
2019-03-09 06:08:59 -08:00
The Coding Aviator
ed96df3be4
Added solution to create visual balance challenge ( #34304 )
...
* Update index.md
* Added correct language
* Update index.md
2019-03-09 06:07:39 -08:00
The Coding Aviator
65f58cf9c7
Added solution to Move a Relatively Positioned Element with CSS Offsets ( #34305 )
...
* Update index.md
* Update index.md
2019-03-09 06:05:30 -08:00
The Coding Aviator
076c604f59
Added solution to Lock an Element to its Parent with Absolute Positioning ( #34317 )
...
* Update index.md
* Update index.md
2019-03-09 06:04:32 -08:00
The Coding Aviator
2d07699cd6
Added solution to Lock an Element to the Browser Window with Fixed Positioning ( #34318 )
...
* Update index.md
* Update index.md
2019-03-09 06:03:18 -08:00
The Coding Aviator
4c4b7cc2cf
Added solution to Center an Element Horizontally Using the margin Property ( #34346 )
...
* Update index.md
* Update index.md
2019-03-09 06:01:39 -08:00
The Coding Aviator
7825751bdf
Added solution to Adjust the Tone of a Color ( #34397 )
...
* Update index.md
* Update index.md
* Update index.md
* Update index.md
2019-03-09 06:00:18 -08:00
The Coding Aviator
e26988bd8c
Fixed formatting, removed unreliable links and added solution to Create a Gradual CSS Linear Gradient ( #34416 )
...
* Update index.md
* Update index.md
2019-03-09 05:59:15 -08:00
The Coding Aviator
19e48b3dc8
Added solution to create a striped element challenge ( #34431 )
...
* Update index.md
* Update index.md
2019-03-09 05:57:28 -08:00
The Coding Aviator
3c1c8950b8
Added solution to Use the CSS Transform scale Property to Scale an Element on Hover ( #34466 )
...
* Update index.md
* Update index.md
2019-03-09 05:56:31 -08:00