Commit Graph

20 Commits (59a6c7052454096f1832381e73bc6a7de46a4cd1)

Author SHA1 Message Date
haftav 41e7242c16 Grammar fix (#28149) 2018-10-24 21:35:51 +01:00
Michael Wright 80351b2c92 Major Tidy Up of Page (#27247)
* Edited all links into Markdown format so they conform to Style Guidelines.
* Organized categories into a more logical order and edited names if needed.
* Removed/updated dead links.
* Moved un-categorized links into categories and others into correct category.
* Removed links from Books category that only led to a purchase page.
2018-10-25 00:20:52 +05:30
joaquin fox 84afac12d7 grammatical edits for readability. (#19844) 2018-10-23 17:30:51 -05:00
Dauli Pamale Alexis Ange fae51bf0ab Adding definition to JavaScript (#25678) 2018-10-23 14:57:20 -04:00
Jacobmpp 322e896b32 Added advanced increment & decrement (#25680)
syntax and examples
2018-10-23 14:34:01 -04:00
Todd Chaffee 8389ac8785 Fixed English and simplified the writing for JavaScript "this" (#25967) 2018-10-23 20:22:46 +05:30
binarygalwalkin 98d125f5f5 Added JavaScript syntax, corrected capitalization & sentence. (#23684)
* Added JavaScript syntax, corrected sentence.


Corrected / Added:

 The other assignment operators "are usually" shorthand "methods" for performing "standard" operations using the variable (indicated by x above) and value (indicated by y above) and then assigning the result to the variable itself.

Added:

 JavaScript syntax to "Examples" and "Variations" .

Corrected:

The operator table title by adding an "A" and a capital S to JavaScript.

* fix: escaped bitwise OR operator
2018-10-23 19:13:53 +05:30
Nick Haras 5e951090bf Corrected the example regular expressions. (#19615)
* Corrected the example regular expressions. 

Removed the extra spaces from inside the regex at lines 44-45 and 56 - 58.  Spaces do not affect JS commands but make a difference inside a regex. The way they were the examples did not return true.

* Fixed reviewer's suggestions

Revert the test back in line 58. Remove unnecessary spaces in lines 56, 58.
2018-10-23 07:10:40 -05:00
Thomas Abbott 9a51e8ebb5 fix: update JavaScript standard objects String.prototype.trimright stub article (#23170)
* fix: update javascript standard objects String.prototype.trimright stub article

* fix: method name, title, example and link text
2018-10-23 13:18:40 +05:30
Frank Carlone III 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
Stefan ed1cdbd6e1 Update index.md (#24174)
Add New Syntax one line example
2018-10-20 23:35:33 -07:00
Michael Wright 3d54986c7f Fixed Typo Line 64 (#19705)
Replaced '/' with '.'
2018-10-20 22:02:11 -05:00
Yogesh Linganna 88939bf437 Updated index.md (#23736) 2018-10-20 13:14:00 -07:00
factotumMeister dca0b3254e Update index.md (#23239)
just made the sentence flow a little bit more.
2018-10-20 10:27:37 -07:00
John Kennedy 51f62a24e9 corrected path (#23529) 2018-10-20 15:08:26 +05:30
Alex Busch 0e71e4264a Change var to const (#20331) 2018-10-19 07:59:40 +02:00
Jitendrasingh Chauhan (Jeetu) bea0d3de77 Docs: Modified function declaration example in JS ES6 (#20208) 2018-10-19 07:01:33 +05:30
Cameron Burkholder 934fb7ae60 Fix incorrect sentence (#20315)
Fix error in sentence structure
2018-10-19 06:50:04 +05:30
albertocc cf5af83e0b Fixed typo (#19532)
commeting -> commenting
2018-10-16 19:37:20 +01:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30