Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Quote this keyword in explanation (#4862) | Federico | 2024-03-14 | -1/+1 |
| | ||||
* | Fix 4841 | ven | 2024-02-14 | -1/+1 |
| | ||||
* | [javascript/en] Reorder block (#4706) | Chris Harding | 2023-08-25 | -4/+4 |
| | | | | | | It makes more sense here, as in the type coercion on addition is what leads to the weird behavoir. Co-authored-by: Chris Harding <christopher.harding@galvanize.com> | |||
* | Update javascript.html.markdown | Anoint | 2023-07-21 | -0/+1 |
| | ||||
* | Fixes typos in many different English articles | Marcel Ribeiro-Dantas | 2022-12-10 | -1/+1 |
| | | | | Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io> | |||
* | Update javascript.html.markdown (#4178) | Konstantinos Lampropoulos | 2022-01-04 | -1/+1 |
| | | | var => function/global , let => lexical/block scoped | |||
* | Purge my deadname | Leigh Brenecki | 2020-02-13 | -1/+1 |
| | ||||
* | Add missing semicolon for consistency | Samuel Rabinowitz | 2019-12-28 | -1/+1 |
| | ||||
* | Adds documentation for some basic ES6 features. | Chris Zimmerman | 2019-09-30 | -0/+42 |
| | ||||
* | Fix js prototype example | Konstantin L | 2019-01-21 | -0/+1 |
| | | | It would also print myBoolean from prototype's prototype | |||
* | Merge pull request #3148 from hamidra/hamid/js | Divay Prakash | 2018-09-08 | -0/+9 |
|\ | | | | | [javascript/en] add for/of loops | |||
| * | add for/of to js (change description) | hra | 2018-07-01 | -1/+3 |
| | | ||||
| * | add for/of to js | hra | 2018-07-01 | -0/+7 |
| | | ||||
* | | Delete broken link to Eloquent Javascript - The Annotated Version by Gordon Zhu | luc4leone | 2018-07-02 | -5/+0 |
| | | ||||
* | | Added a resource to read for Javascript | Apoorv Choubey | 2017-12-17 | -0/+5 |
| | | ||||
* | | Comments improved | name | 2017-11-13 | -3/+4 |
| | | ||||
* | | [javascript/en] Add several usefull functions to work with arrays | name | 2017-10-31 | -0/+17 |
| | | ||||
* | | Adding missing semicolons | Kyle Mendes | 2017-10-27 | -12/+12 |
|/ | ||||
* | Corrects typo in prototype section. | rlgreen91 | 2017-06-08 | -1/+1 |
| | ||||
* | [javascript/en] Minor changes to formatting, prototype explanations | Adam Brenecki | 2017-03-01 | -23/+5 |
| | | | | | | | | | - Made a comment a complete sentence, to match the style of the rest of the document. - Removed discussion of for/in over Arrays, since it's a can of worms, and for/of is more appropriate if ES6 operators are available. - Reworded introduction to prototypes, and moved it with the rest of the prototype documentation. | |||
* | [javascript/en] Clarify objects, remove premature reference to prototypes | Ravi Subramanian | 2017-02-23 | -17/+47 |
| | | | | | | | - Prototypes are referenced in Section 3 before being discussed (in Section 5) - Also, prototypes are referenced while talking about for-loops, which IMHO distracts from the discussion of the loop structure itself - Added example that shows prototype-chain-walking via for-in in Section 5 | |||
* | add labeled loop breaking for Javascript (#2539) | Yi Hong Ang | 2016-10-31 | -0/+11 |
| | ||||
* | Added new resource to javascript | Ryan | 2015-10-31 | -2/+5 |
| | ||||
* | Adding a small blurb to extend upon string concatination | Kyle Mendes | 2015-10-28 | -0/+4 |
| | ||||
* | [javascript/en] Re-add note about truthiness of wrapped primitives | Adam Brenecki | 2015-10-28 | -0/+4 |
| | | | | | | | Previous incarnations of this section had `Number(0)` instead of `new Number(0)`, which actually returns `0` due to the absence of the `new` keyword; this commit re-adds that section and better still, makes it actually correct! | |||
* | [javascript/en] Formatting fix | Adam Brenecki | 2015-10-28 | -1/+1 |
| | ||||
* | [javascript/en] Move comparisons to other languages into preamble | Adam Brenecki | 2015-10-28 | -5/+8 |
| | ||||
* | [javascript/en] Spacing and capitalization of comments | Corban Mailloux | 2015-10-27 | -8/+9 |
| | | | ... and a few grammar fixes. | |||
* | "wan't" -> "want" | Corban Mailloux | 2015-10-27 | -1/+1 |
| | ||||
* | Added resources to read for Javascript | Leonardy Kristianto | 2015-10-28 | -0/+7 |
| | ||||
* | Remove "feedback", fix link markdown | Hunter Stevens | 2015-10-23 | -24/+24 |
| | ||||
* | fix #1726, thanks @fisktech | ven | 2015-10-21 | -1/+1 |
| | ||||
* | Fixed bracket placement | Sawyer Charles | 2015-10-19 | -5/+2 |
| | ||||
* | removed () | Sawyer Charles | 2015-10-19 | -1/+1 |
| | ||||
* | [javascript/en] Added setInterval | Sawyer Charles | 2015-10-19 | -0/+6 |
| | | | Added the setInterval function provided by most browsers | |||
* | Merge pull request #1537 from xtrasmal/patch-1 | Levi Bostian | 2015-10-18 | -0/+4 |
|\ | | | | | Updated javascript.html.markdown | |||
| * | Updated javascript.html.markdown | Xander Smalbil | 2015-10-15 | -0/+4 |
| | | | | | | Added some additional information on declaring variables. | |||
* | | [javascript/en] Small typo fix | Cameron Wood | 2015-10-18 | -1/+1 |
| | | | | | | | | Just a simple 1-word typo fix | |||
* | | Adding modulo division to JavaScript article | venegu | 2015-10-17 | -4/+9 |
| | | ||||
* | | Added backticks for a keyword. | bharathkkb | 2015-10-16 | -1/+1 |
|/ | | | | Added backticks for the “this” keyword. | |||
* | Merge pull request #1372 from raphaelbn/patch-1 | Levi Bostian | 2015-10-09 | -0/+20 |
|\ | | | | | [javascript/en] Added for/in loop JavaScript | |||
| * | Added for/in loop JavaScript | Raphael Nascimento | 2015-10-08 | -3/+3 |
| | | | | | | Fixing code style | |||
| * | [javascript/en] Added for/in loop JavaScript | Raphael Nascimento | 2015-10-06 | -1/+14 |
| | | | | | | more explanation about for/in java script. | |||
| * | Update javascript.html.markdown | Raphael Nascimento | 2015-10-06 | -0/+7 |
| | | | | | | For/In loop JavaScript | |||
* | | remove extra whitespace, explain NaN | Gabriel Halley | 2015-10-07 | -6/+6 |
|/ | ||||
* | [javascript] Fix for issue 1248 | Philip Rowan | 2015-10-01 | -3/+0 |
| | | | | https://github.com/adambard/learnxinyminutes-docs/issues/1248 | |||
* | [javascript/zh] Translation tracking | jasonqu | 2015-03-06 | -2/+2 |
| | ||||
* | Add semicolon to maximine consistency. | Nimit Kalra | 2015-02-25 | -1/+1 |
| | | | | | | Added a semicolon to conform with statement at top of guide: // Because those cases can cause unexpected results, we'll keep on using // semicolons in this guide. | |||
* | javascript/en: added some md formatting | John Gabriele | 2015-02-03 | -29/+31 |
| | | | | | Added some markdown formatting to the comments throughout to clarify meaning. Also tweaked a couple of other quote marks as well. Also shortened a couple of long lines. More to do, but stopped here for now. :) | |||
* | Merge pull request #832 from isomorphisms/patch-5 | Adam Bard | 2014-11-12 | -0/+4 |
|\ | | | | | more oddities |