Commit Graph

27 Commits

Author SHA1 Message Date
10e9c6f340 Update Higher-Order Arrow Functions code challenge (#34414)
* fix: update text of Write Higher Order Arrow to be more instructive

* fix: update tests and code to be more simple. Edit typos in text part. Prepare for PR

* fix: further changes to PR

* fix: checkout old head. Merge later commit with older commits

* fix: add MDN links to arrow-functions guide

* fix: re-add removed log and change working in guide wording

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/write-higher-order-arrow-functions.english.md

Yep

Co-Authored-By: chrisdel101 <arssonist@yahoo.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/write-higher-order-arrow-functions.english.md

Removing unneeded line for clarity

Co-Authored-By: chrisdel101 <arssonist@yahoo.com>
2019-02-24 13:34:53 +05:30
0afc6a15c6 ES6 Object destructuring - set default value (#31025) 2019-02-17 19:21:46 -08:00
fd3fbf50e5 (chore) add mdn link for let and const (#29829)
* (chore) add mdn link for let and const

Add further reading section and included mdn link for let and const

* fix: corrected link syntax
2019-02-17 19:11:19 -08:00
28276ae4af ES6 desctructuring - default values (#31018)
* ES6 desctructuring - default values

* fix: moved array spread operator section
2019-02-17 19:03:50 -08:00
d6fa57cd2f Update ES6 array destructuring (#31017) 2019-02-17 14:37:56 -08:00
aa716b40d1 Add Information on Object Initializing in ES6 (#32835)
* Add Information on Object Initializing in ES6

* fix: added front matter block
2019-02-17 12:43:24 -05:00
2e11dcb1ea Add mdn link for map function (#29883)
Add resources section and include mdn link for map function
2019-02-09 15:02:26 -08:00
08390807c8 Improved clarity of template literals (#29658)
* Improved clarity of template literals
2019-02-07 14:01:59 +01:00
375e702b57 Update let (#24190)
* Update index.md

* Formatting changes
2018-12-19 02:20:01 -05:00
fab4d1401e Improved wording (#24225) 2018-12-09 18:57:40 -05:00
172ec835d7 Add example for destructuring nested objects (#24133)
Also changed styling to be more consistent
2018-12-06 20:27:24 -05:00
2b265e3404 Add example of arrow function with no brackets (#23557)
* Add example of arrow function with no brackets

Add an example of the shorter option of an arrow function

* Fixed typo
2018-11-26 03:20:59 -05:00
a9f4f11a77 Added definitions to parameters (#22818)
* Added definitions to parameters

* Add formatting
2018-11-23 00:04:20 +07:00
26c4b20a9b Add "Second example of Const" to article (#22727)
* Add "Second example of Const" to article

Describing const also to be scoped i.e, accessible in the block where it was defined  can be added to the article

* Reordered changes and fixed formatting
2018-11-20 18:46:06 -05:00
8d09956713 Add space after dot (#23137) 2018-11-17 00:17:55 -05:00
9b51c70d45 Add line break (#23064)
Added a line break between the last section's title and its content.
2018-11-14 23:19:06 -05:00
fe00a8f959 Add 'index.md' for Every Function in javascript (#27682)
* Add 'index.md' for Every Function in javascript

* Changed File name to 'every-function'

* fix: corrected frontmatter
2018-11-13 12:44:51 -08:00
47cb043dd2 Clarified the definition for the false return (#22134)
Updated to clarify 'false' is returned if "none" of the elements met the condition, instead of "any".

Also edited the last sentence a little.
2018-11-07 17:34:41 -05:00
3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
a5175d125a add further reading section to bottom (#22043)
* add further reading section to bottom

* Reformatted to use "More Information"
2018-11-07 01:01:17 -05:00
db1d633fe5 Update index.md (#24596)
Fix typo in Spread Operator document, and an example of copy an array was added.
2018-11-04 15:14:41 -08:00
7c20508efe Grammatical, style, and confusing example changes (#31490) 2018-10-31 11:28:21 -04:00
7721bf68b3 Sentences made more formal (#28109) 2018-10-24 21:52:59 +01:00
0da9be941f Example using spread operator on object literals (#20970)
Attached is my Hacktoberfest contribution (from Quincy Larson's article).
2018-10-22 02:28:39 +05:30
ed1cdbd6e1 Update index.md (#24174)
Add New Syntax one line example
2018-10-20 23:35:33 -07:00
bea0d3de77 Docs: Modified function declaration example in JS ES6 (#20208) 2018-10-19 07:01:33 +05:30
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30