Commit Graph

203 Commits

Author SHA1 Message Date
Nnaemeka Valentine Eziamaka
d34c64cee6 Making the code more readable (#29465) 2019-05-11 22:20:00 +05:30
Jeff Thompson
1da5d765e9 clarify text (#34037)
added the to sentences and clarified a question.
2019-05-11 22:14:32 +05:30
Deanna Tran
338d7ee8a7 Change "rest operator" to say "rest parameter" in challenges and guide (#35496)
* change es6 challenges rest operator to param

* fix rest parameter typos

* change rest operator to parameter in guide

* fix casing

* change rest operator to rest parameter in guide

* change rest operator to rest parameter in curriculum

* remove extra whitespace

* remove whitespaces

* remove whitespace

* fix: removed arabic file

* fix: removed chinese file
2019-05-08 16:30:24 +02:00
Kaan
656117cbc3 Added "Further Reading" Section (#30466) 2019-04-17 16:42:56 +05:30
ayerest
467fd189eb Updated note on line 30 (#31938)
Emphasized the note on line 30 and clarified that cases aren't just number values.
2019-04-14 10:17:22 +05:30
Pedro Colis
c2f032bfa2 added comma (#32712) 2019-04-09 14:20:58 +05:30
Manuel Okeke
ad8eea5266 removed the unnecessary space between "number s" (#35790)
prev: The implementation of JavaScript's `number s is based on the `IEEE 754` standard, often called "floating-point." 
my changes: The implementation of JavaScript's `numbers is based on the `IEEE 754` standard, often called "floating-point."
2019-04-08 10:04:35 -07:00
Fintan Maher
ab02a17a63 Fixed minor grammatical errors. (#28948) 2019-04-03 15:04:41 +05:30
Travis Benfield
2262edd134 Grammar fix (#33047) 2019-03-29 13:13:23 -07:00
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
celticaire
ebe9e8f66f Fixed awkward wording (#28320) 2019-03-21 22:23:40 +05:30
halmosigabor
b6e6d28f25 add: file (#27924) 2019-03-21 22:22:22 +05:30
Matthew Piestrak
a7f54f4f1b Added title with h1 tag. (#27539) 2019-03-21 19:08:09 +05:30
nataliefleming
c5d4afb987 fixed punctuation in first sentence (#29832) 2019-03-21 15:58:55 +05:30
Debalina
297b01396c Conditional Ternary Operators - add mdn link (#29851)
add mdn link for Conditional Ternary Operators documentation
2019-03-19 18:54:53 -07:00
Adam Shaffer
bbfb01731e Add an explanation of the no arguments restriction (#27505) 2019-03-19 15:10:34 -07:00
Adam Shaffer
85efc60136 create addEventListener (#26486)
* create addEventListener

* Change title to lower case

* Rename file to index.md

Update and rename addeventlistener file to index.md. Also change front matter block to meet style guide
2019-03-11 07:48:21 -07:00
Tom
65c3188fd7 Fix/remove stubs on filled articles (#35506) 2019-03-06 01:57:17 +05:30
Saisaran mummidi
4f1fb17b37 add "()" in line 12 after "parenthesis". (#30846) 2019-03-04 16:59:47 -08:00
fransposito
a960147c5a Grammar and Readability (#27602)
* Grammar and Readability

* fix: corrected some typos
2019-03-04 16:40:07 -08:00
rituteb
91a5cc67cf fix(guide): Update code editor references (#34960) (#35363) 2019-03-02 10:00:39 -08:00
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