Commit Graph

182 Commits (e40909b0551c66d406d23bc0b5bd590b2f33d674)

Author SHA1 Message Date
v01d3tr 0f905531df feat: added info about typeof null (#26899)
* feat: added info about typeof null

* Further clarify change
2019-02-24 23:43:49 -05:00
Chris Del 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
BlueFlames17 a6da90f702 Punctuation and spelling fix (#28316) 2019-02-23 22:24:31 -08:00
Angelisa 132c0260c4 Added descriptions (#31641)
to Brackets and Sublime Text sections.
2019-02-23 12:31:40 -07:00
Sparsh e3b9659b00 Added "cost of js in 2018" additional resources (#30485) 2019-02-23 12:04:02 -07:00
Hadhemi 9506495042 Update index.md (#29597) 2019-02-23 11:58:16 -07:00
typinghands 3d41c07e86 Added 1 resource to the blogs area (#28570)
Added a specific medium article where they collected the most mentioned javascript books. Medium describes the list as, quote "Google’s BigQuery analysed top mentioned books of Hacker news , Stack Overflow and Reddit."
2019-02-23 11:57:30 -07:00
LOHare 6e2d7b0a7e Added 4 addition websites to the Tutorial SubHeader (#28488)
*   [Udacity Intro to JavaScript](https://eu.udacity.com/course/intro-to-javascript--ud803)
*   [Tutorial to React](https://reactjs.org/tutorial/tutorial.html)
*   [Introduction to Babel](https://flaviocopes.com/babel/)
*   [Khan Academy - Intro to JS](https://www.khanacademy.org/computing/computer-programming/programming)
2019-02-23 11:56:54 -07:00
Prajwal Bhatia 26b8e46af7 Add "Asynchronous nature" to the article (#33366) 2019-02-20 17:02:37 -07:00
deathwarden150 2c10d23ac3 Update index.md (#30265)
Added a point in Disadvantages.
2019-02-20 16:59:17 -07:00
Rachel Irene Lunan fe37a0a998 Update index.md (#29850)
made some mild proofreading edits to the text
2019-02-20 16:33:18 -07:00
Yizhou Sun 4ba7381167 Remove "jQuery" from "JavaScript Frameworks" (#32195)
It is more or less inaccurate to define jQuery as a framework. Many people don't mind it, though. To see the difference between the concepts of libraries and frameworks, please refer to "inversion of control": https://stackoverflow.com/questions/3057526/framework-vs-toolkit-vs-library/3057818#3057818
2019-02-19 18:20:50 -08:00
Andrew Rohde 228807ec63 Added additional references (#31728) 2019-02-19 17:38:37 -08:00
Kuldeep Patel a6a3b685da Add Some JavaScript History (#30089) 2019-02-18 18:25:44 -07:00
Prakhar Varshney 4fd6515e1e fix the case in title (#28559)
* fix the case in title

* fix: corrected verbs' spelling
2019-02-17 19:39:41 -08:00
MariusTv 0afc6a15c6 ES6 Object destructuring - set default value (#31025) 2019-02-17 19:21:46 -08:00
Debalina 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
MariusTv 28276ae4af ES6 desctructuring - default values (#31018)
* ES6 desctructuring - default values

* fix: moved array spread operator section
2019-02-17 19:03:50 -08:00
MariusTv d6fa57cd2f Update ES6 array destructuring (#31017) 2019-02-17 14:37:56 -08:00
KurtWayn3 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
RunsWithSquirrels 2f78a38885 Added Punctuation and Clarified Information (#29691)
I added a period to help make the article appear cleaner, as well as some further information with an already-established link to help clarify what the link tells the reader.
2019-02-17 09:53:04 -07:00
Zach Zhao f9ffbe305c Prototype Chain Cycles (#25980)
* Prototype Chain Cycles

* Fix error message
2019-02-16 23:28:39 -05:00
Michael Piekutowski c68f606c03 Readability Fix (#28000)
I attempted to smooth out the readability of the second sentence of the second paragraph in the "JavaScript" section of the article without changing its meaning to enhance the user experience.
2019-02-16 12:21:53 -07:00
Rachel Irene Lunan cafbe33cc7 mild proofreading edits (#29854)
removed repeated words and unnecessary punctuation
2019-02-16 10:41:49 -07:00
Debalina 7bd476c232 add code snippet: logical operator (#29842)
add code snippet for logical operator short-circuit evaluation
2019-02-16 10:02:27 -07:00
Tom 25a6f0441f Update javascript comments guide [english] (#33456)
convert links + lists to markdown
remove redundant information
make it more readable
2019-02-15 13:33:20 +03:00
v01d3tr 7705e1a805 fix: syntax update (#26895) 2019-02-13 04:31:16 -05:00
Lipis 86b8cee810 Replace Github with GitHub (#34971) 2019-02-12 00:46:34 -08:00
Debalina Mukherjee 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
Pratik Lodha 08390807c8 Improved clarity of template literals (#29658)
* Improved clarity of template literals
2019-02-07 14:01:59 +01:00
Pratik Lodha 158b27c715 Update example explanation in detail (#29643)
* Update example explanation in detail

* Update index.md
2019-01-30 15:13:16 -08:00
Sai Kiran 7ea103fbfc Extra bracket removed in syntax section (#27705) 2019-01-30 14:25:04 -08:00
John Folder d12af36794 Create chart.js (#26904)
* Create chart.js

* Rename guide/english/javascript/chart.js to guide/english/javascript/chart-js/index.md

* fix: added frontmatter
2019-01-30 13:26:23 -08:00
Harry Zachariou fcd4182e68 Added Reduce and structure changes (#26760)
Added the Reduce function with example also gave headings to Map and Filter
2019-01-28 21:22:17 -05:00
fransposito e1be160a65 further explanation (#27620) 2019-01-17 12:02:35 -06:00
Dana Ottaviani c5c1d44bf5 Include definition of \W (#31143) 2019-01-17 11:41:32 -06:00
fransposito 5cf8d966bd grammatical edits for readability (#27617) 2019-01-17 11:39:56 -06:00
fransposito 52c61df1f8 grammatical edits for readability (#27623) 2019-01-17 11:20:50 -06:00
N1ck1234 10a789e2b8 Grammatical changes to help with readability (#27453)
Changed "this much must be already known to you" to " You should already know this much".
2019-01-17 11:19:42 -06:00
fransposito 05cea67127 grammar edits for readability (#27610) 2019-01-17 10:47:12 -06:00
Usman Akram d8924e4600 Addition of interview preparation resources (#26694) 2019-01-10 20:46:02 -05:00
Monique 73087fb8f6 Changed wording and fixed grammatical errors in Advantages and Disadvantages of JavaScript tutorial (#26528)
* Fixed wording in JavaScript tutorial

Advantages and Disadvantages of JavaScript introduction

* Updated wording in JavaScript tutorial
2019-01-06 12:51:21 -05:00
wheat779 c3ec8babfc Organize to make function categories titles (#26391)
Make each function category a title to organize the article, rather than making them list elements.
2019-01-05 15:33:30 -05:00
MCBlastoise 0af37ec6c4 Minor spelling and grammar fixes (#27488) 2018-12-28 10:30:45 -07:00
agrygo 89cab36423 Update index.md (#27120)
Added a sentence about ES6.
2018-12-28 10:08:29 -07:00
Szymon Woźny b2ab72cb0b change var to let (#23172)
change var to let
2018-12-23 15:04:10 +07:00
Samuel027 098c17674f Additional resources. (#26224) 2018-12-21 07:57:59 -05:00
Olayemi Adebayo Roheem e1e1f1cabb Add the text "x = true; console.log(type of x) // boolean ``` From t… (#26111)
* Add the text "x = true; console.log(type of x) // boolean ```  From the last example above, The `typeof` operator returns a boolean that represents the current type of a variable; x which is of value `true`."

* Revert extra sentence
2018-12-21 05:09:38 -05:00
Thomas Abbott 4606509d9c fix: update JavaScript string.prototype.trimleft article from stub (#25981)
* fix: update JavaScript string.prototype.trimleft article from stub

* Removed extra characer
2018-12-21 04:56:03 -05:00
Olayemi Adebayo Roheem 14b29da497 Add the text "In addition to the break statement which opts out of th… (#26063)
* Add the text "In addition to the break statement which opts out of the iteration when the condition is false is the continue statement. The `continue` statement skips the condition when the code is true, continues up until the condition is false.  Using the above example again, let's see the functionality of the `continue` statement   ```javascript for (var elephant = 1; elephant < 10; elephant+=2) {     if (elephant === 7) {         continue;     }     console.info('elephant is ' + elephant); }  output: elephant is 1 elephant is 3 elephant is 5 elephant is 9 ```" to article

* Improved sentence structure
2018-12-21 03:31:23 -05:00