summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | cleaned up code, added struct docsSrinivas Gorur-Shandilya2014-10-27-16/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleaned up code, added struct docs
* | | | | | | | | | | | Merge pull request #831 from isomorphisms/patch-4Adam Bard2014-10-28-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | basic arithmetic *doesn't* work
| * | | | | | | | | | | basic arithmetic *doesn't* worki2014-10-28-3/+4
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | It's not really true that arithmetic is accurate in JavaScript.
* | | | | | | | | | | Merge pull request #830 from diodewaal/masterLevi Bostian2014-10-27-11/+12
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | [coffeescript/nl] A few trailing spaces and take 2 on Dutch spelling and translation.
| * | | | | | | | | | A few trailing spaces and take 2 on Dutch spelling and translation.Dana de Waal2014-10-28-11/+12
|/ / / / / / / / / /
* | | | | | | | | | [Common Lisp/en] Add a missing argument to `(walker)`ven2014-10-27-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #828 from ml242/masterAdam Bard2014-10-27-7/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use === in js tutorial except once demonstrating ==
| * | | | | | | | | | Your Name: Mattml2422014-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.
* | | | | | | | | | | Merge pull request #826 from bfontaine/brainfuck/frven2014-10-27-0/+87
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [brainfuck/fr] Brainfuck French translation added
| * | | | | | | | | | | Brainfuck/fr: a couple fixes after proof-readingBaptiste Fontaine2014-10-27-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Brainfuck French translation addedBaptiste Fontaine2014-10-26-0/+87
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #827 from subbul/patch-1Levi Bostian2014-10-26-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | correcting the setName method
| * | | | | | | | | | correcting the setName method Subramanian2014-10-27-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | set the method argument dogsName to name, instead of doggie_name
* | | | | | | | | | Merge pull request #822 from AndreiCurelaru/masterven2014-10-25-2/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | other fixes
| * | | | | | | | | other fixesAndrei Curelaru2014-10-25-2/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #821 from AndreiCurelaru/masterven2014-10-25-0/+287
|\| | | | | | | | | | |_|/ / / / / / / |/| | | | | | | | French version for the Markdown file
| * | | | | | | | Good bye AsterixAndrei Curelaru2014-10-25-2/+2
| | | | | | | | |
| * | | | | | | | typographic and other fixesAndrei Curelaru2014-10-25-22/+21
| | | | | | | | |
| * | | | | | | | some fixes on line-lengthAndrei Curelaru2014-10-25-31/+75
| | | | | | | | |
| * | | | | | | | ayé c'est faitAndrei Curelaru2014-10-25-83/+72
| | | | | | | | |
| * | | | | | | | mi cheminAndrei Curelaru2014-10-25-87/+87
| | | | | | | | |
| * | | | | | | | Début de traduction MarkdownAndrei Curelaru2014-10-25-0/+255
|/ / / / / / / /
| | | | | | | * Finish sections 2 and 3Geoff Liu2014-10-31-79/+74
| | | | | | | |
| | | | | | | * Minor changesGeoff Liu2014-10-31-6/+6
| | | | | | | |
| | | | | | | * All of section 6Geoff Liu2014-10-31-10/+8
| | | | | | | |
| | | | | | | * A bit of section 2, 3, 4Geoff Liu2014-10-31-45/+45
| | | | | | | |
| | | | | | | * Finish most lines in section 1Geoff Liu2014-10-24-11/+9
| | | | | | | |
| | | | | | | * Fix a typo, plus section headingsGeoff Liu2014-10-24-10/+10
| | | | | | | |
| | | | | | | * Add Python3 simplified Chinese version.Geoff Liu2014-10-24-0/+648
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #816 from hobozo/patch-1Levi Bostian2014-10-21-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | Update haskell.html.markdown
| * | | | | | Update haskell.html.markdownhobozo2014-10-21-2/+2
|/ / / / / / | | | | | | | | | | | | Corrected terminology: currying -> partial application
* | | | | | Merge pull request #764 from astynax/masterLevi Bostian2014-10-19-0/+279
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Markdown: translation to ru-ru
| * | | | | edits of ru-ru/markdown-ruAleksey Pirogov2014-10-19-30/+38
| | | | | |
| * | | | | Markdown-ru: language tagAleksey Pirogov2014-09-13-1/+2
| | | | | |
| * | | | | russian translation for MarkdownAleksey Pirogov2014-09-13-0/+270
| | | | | |
* | | | | | Merge pull request #812 from dskecse/elixir-en-updateLevi Bostian2014-10-18-15/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | [elixir/en] Replace Records section w/ Structs one
| * | | | | | [elixir/en] Replace Records section w/ Structs oneDzianis Dashkevich2014-10-18-15/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos Add "Programming Elixir" and Elixir Cheat Sheet to References section
* | | | | | | Attempt at fixing amd file's markdown on site.Levi Bostian2014-10-18-2/+7
| | | | | | |
* | | | | | | Merge pull request #797 from sneveu/masterLevi Bostian2014-10-18-0/+155
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [haml/en] new haml article
| * | | | | | Added info on indentation and escaping html, typosSimon Neveu2014-10-18-22/+36
| | | | | | |
| * | | | | | Added official docs linkSimon Neveu2014-10-09-1/+1
| | | | | | |
| * | | | | | Fixed indentationSimon Neveu2014-10-09-4/+4
| | | | | | |
| * | | | | | Added filters, ruby interpolation and additional resourcesSimon Neveu2014-10-09-8/+74
| | | | | | |
| * | | | | | testing git configSimon Neveu2014-10-08-0/+1
| | | | | | |
| * | | | | | Copy change to intro and formattingSimon Neveu2014-10-08-3/+7
| | | | | | |
| * | | | | | added comments, tags, classes, and attributesSimon Neveu2014-10-08-1/+63
| | | | | | |
| * | | | | | Init haml mdSimon Neveu2014-10-08-0/+8
| | | | | | |
* | | | | | | Merge pull request #811 from OscarF/patch-1Levi Bostian2014-10-17-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Recursive function a little bit to recursive
| * | | | | | | Recursive function a little bit to recursiveOscar2014-10-18-1/+1
|/ / / / / / / | | | | | | | | | | | | | | Infinitely recursive
* | | | | | | Update language type for XML frLevi Bostian2014-10-17-1/+2
| | | | | | |