Commit Graph

217 Commits

Author SHA1 Message Date
Hasan Abdullah
ef7a13dda3 feat: add article for JavaScript String.lastIndexOf() (#36013)
* feat: add article for JavaScript String.lastIndexOf()

* Update guide/english/javascript/standard-objects/string/string-prototype-lastindexof/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-06 11:09:27 -05:00
Hasan Abdullah
9fe78e3827 fix: update article for JavaScript String.indexOf() (#36012)
* fix: update article for JavaScript String.indexOf()

* Update guide/english/javascript/standard-objects/string/string-prototype-indexof/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-06 11:08:33 -05:00
johncgenere
43a125217c Added Date Object Guide to Javascript Guides (#36006) 2019-06-25 16:05:34 -05:00
Hasan Abdullah
306c53187f feat: add article for JavaScript String.search() (#36014) 2019-06-25 15:56:06 -05:00
Hasan Abdullah
c3aec1aef2 feat: add article for JavaScript String.startsWith() (#36015) 2019-06-25 15:53:30 -05:00
Hasan Abdullah
e40c55b02a feat: add article for JavaScript String.toString() (#36016) 2019-06-25 15:52:06 -05:00
Ulf Swedin
e86a675b95 Added example with one parameter to master branch (#32027)
* javascript comments page makeover (english)

Remove redundant information
Fix link styles
Make everything easier to read

* Added example with one parameter
2019-06-25 13:44:19 -07:00
Hasan Abdullah
7659d1fdaa feat: add article for JavaScript String.codePointAt() (#36011) 2019-06-25 15:07:24 -05:00
Kaan
f0faa41fb0 A note about usage and some tiny fixes. (#28689) 2019-06-25 13:36:47 +07:00
yanhaohuang
947080f565 feat: add guide article for JavaScript padStart (#36028)
* add guide article for JavaScript padStart

* Fix formatting issue, add bullet point at sources

* Fix formatting

* Fix formatting
2019-06-03 16:52:30 -07:00
Debalina
3609e48988 fix typo (#29747)
removed quotes
2019-05-23 20:55:47 -05:00
Ahmad Abdolsaheb
a16539becf fix: replace imgur with s3 for english guide without conflict (#36053)
* fix: imgur to s3 for englsh guide without conflict

(cherry picked from commit 9c9f15abf4e755feab79ef7090dacdcf497ea7b6)

* fix: revert unrelated changes
2019-05-20 23:54:51 +05:30
Hasan Abdullah
cc1ebb718d feat: add article for JavaScript String.valueOf() (#36017) 2019-05-17 16:21:04 +05:30
Randell Dawson
0a1eeea424 fix(guide) Replace invalid prism code block names (#35961)
* fix: replace sh with shell

fix replace terminal with shell

fix replace node with js

fix replace output with shell

fix replace cs with csharp

fix replace c++ with cpp

fix replace c# with csharp

fix replace javasctipt with js

fix replace syntax  with js

fix replace unix with shell

fix replace linux with shell

fix replace java 8 with java

fix replace swift4 with swift

fix replace react.js with jsx

fix replace javascriot with js

fix replace javacsript with js

fix replace c++ -  with cpp

fix: corrected various typos

fix: replace Algorithm with nothing

fix: replace xaml with xml

fix: replace solidity with nothing

fix: replace c++ with cpp

fix: replace txt with shell

fix: replace code with json and css

fix: replace console with shell
2019-05-15 19:08:19 +02:00
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