Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #832 from isomorphisms/patch-5 | Adam Bard | 2014-11-12 | -0/+4 |
|\ | | | | | more oddities | |||
| * | more oddities | i | 2014-10-28 | -0/+4 |
| | | | | | | JavaScript is full of oddities .. I definitely wouldn't claim everything works "as it should" .. you don't have to include the gotcha's but I don't know, they're not that confusing for me. | |||
* | | use propernotation for decimals | Frederik Ring | 2014-10-30 | -1/+1 |
| | | ||||
* | | basic arithmetic *doesn't* work | i | 2014-10-28 | -3/+4 |
|/ | | | It's not really true that arithmetic is accurate in JavaScript. | |||
* | Merge pull request #828 from ml242/master | Adam Bard | 2014-10-27 | -7/+9 |
|\ | | | | | Use === in js tutorial except once demonstrating == | |||
| * | Your Name: Matt | ml242 | 2014-10-27 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | Subject Line: Addresses Comparisons in Javascript What Happened: I believe that starting out with the double equals instead of the triple equals for strict comparison checking is incorrect. Because double equals uses type coercion, it is more of a feature the needs to be understood. Beginners looking at the language should look upon the stricter method as the proper one because it is less likely to give a surprising result. I also tried to address the behaviour by adding an example to the double equals comparison. Hope that the community is interested in pulling in these changes, they stem from teaching beginners javaScript but I am by no means the authority. | |||
* | | [javascript/*] typeof is an operand and not a function/method - fix usage / ↵ | m90 | 2014-08-09 | -2/+2 |
| | | | | | | | | remove parens | |||
* | | Changed "complimenting" to "complementing". | Nati | 2014-06-10 | -1/+1 |
|/ | ||||
* | space | Ariel | 2014-03-10 | -1/+1 |
| | ||||
* | Added a bit of example code and resources. | Ariel | 2014-03-10 | -1/+38 |
| | ||||
* | Fix capitalization in the word JavaScript | Renjith G R | 2014-01-22 | -3/+3 |
| | | | There were two more other places where JavaScript was written as Javascript. | |||
* | Fixed capitalization in the word JavaScript | Renjith G R | 2014-01-22 | -1/+1 |
| | | | Changed Javascript to JavaScript in the first paragraph. | |||
* | Fixed `) {` vs `){` inconsistency | Adam Brenecki | 2014-01-19 | -3/+3 |
| | ||||
* | Added call, apply, bind JavaScript examples | Joel Birchler | 2013-12-26 | -0/+31 |
| | ||||
* | typo | cubuspl42 | 2013-12-14 | -2/+2 |
| | ||||
* | Note about how declaring functions affects scope. | cubuspl42 | 2013-12-14 | -0/+2 |
| | ||||
* | [javascript] Add notes about ASI. Closes #424. | Adam Brenecki | 2013-11-26 | -2/+14 |
| | ||||
* | [javascript/en] Enforce 80-char line width | Adam Brenecki | 2013-11-05 | -5/+5 |
| | ||||
* | fixing one of my corrections, no idea why I delted the }; on line 333 ↵ | Steven Senatori | 2013-11-02 | -0/+1 |
| | | | | previously...sorry | |||
* | Deleted some bad syntax and tweaked an explanation | Steven Senatori | 2013-11-02 | -4/+4 |
| | | | | for clarity | |||
* | [javascript] Added note about ints | Adam Brenecki | 2013-10-10 | -0/+2 |
| | ||||
* | [javascript] Add bit about array mutability. | Adam Brenecki | 2013-10-10 | -0/+4 |
| | | | | Closes #381. | |||
* | be consistent with PascalCasing of constructors | Frederik Ring | 2013-10-03 | -2/+2 |
| | ||||
* | [javascript] clarify constructor prototype example, as per #204 | Adam Brenecki | 2013-09-20 | -0/+3 |
| | ||||
* | Add missing semicolon | Adam Brenecki | 2013-09-20 | -1/+1 |
| | ||||
* | Wrapped setTimeout note to 80 chars | Adam Brenecki | 2013-09-13 | -1/+2 |
| | ||||
* | Note aboute setTimeout | jeroenransijn | 2013-09-11 | -0/+1 |
| | ||||
* | Add file download to javascript.js | Adam | 2013-09-02 | -2/+3 |
| | ||||
* | Fixed a grammatical error | Billy Shih | 2013-08-19 | -1/+1 |
| | ||||
* | [javascript] Add semicolons. Closes #214. | Adam Brenecki | 2013-08-15 | -109/+109 |
| | ||||
* | [javascript] Remove anonymous function assignment example. ref #215 | Adam Brenecki | 2013-08-15 | -11/+3 |
| | ||||
* | More concise explanation of closures | Adam Brenecki | 2013-08-14 | -11/+6 |
| | ||||
* | Explain anonymous functions after first-class, and more concisely | Adam Brenecki | 2013-08-14 | -11/+8 |
| | ||||
* | Avoid telling people about techniques that are discouraged anyway | Adam Brenecki | 2013-08-14 | -6/+0 |
| | ||||
* | Made some corrections and clarifications | Kyle Simpson | 2013-08-14 | -7/+21 |
| | ||||
* | fix immediately-executing function | greybird | 2013-08-05 | -2/+2 |
| | ||||
* | Added link to Javascript Garden | Anna Harren | 2013-07-15 | -0/+3 |
| | ||||
* | s/self/this in JavaScript | Jakub Jurových | 2013-07-12 | -1/+1 |
| | ||||
* | Minor edits to javascript | Adam | 2013-07-04 | -16/+11 |
| | ||||
* | Miscellaneous additions | Adam Brenecki | 2013-07-04 | -2/+14 |
| | ||||
* | Added 'functions, scope and closures' section | Adam Brenecki | 2013-07-04 | -0/+65 |
| | ||||
* | Miscellaneous edits to JavaScript | Adam Brenecki | 2013-07-03 | -22/+49 |
| | ||||
* | Add control structures | Adam Brenecki | 2013-06-30 | -3/+57 |
| | ||||
* | Continue work on objects cont'd section | Adam Brenecki | 2013-06-30 | -21/+52 |
| | ||||
* | Tidy up section on variables, arrays and objects | Adam Brenecki | 2013-06-30 | -5/+8 |
| | ||||
* | Edits to section on strings and numbers | Adam Brenecki | 2013-06-30 | -13/+22 |
| | ||||
* | Added links to MDN, tidied intro | Adam Brenecki | 2013-06-30 | -2/+12 |
| | ||||
* | comment syntax fix | DrJonOsterman | 2013-06-29 | -5/+5 |
| | ||||
* | Begin writing about JavaScript arrays and dictionaries | Adam Brenecki | 2013-06-29 | -8/+113 |
| | ||||
* | Add the rest of the tutorial's structure | Adam Brenecki | 2013-06-29 | -0/+8 |
| |