Srinivas Gorur-Shandilya
e1bdeff354
clarified lookfor
2014-10-28 09:56:18 -04:00
Adam Bard
9c9abd1c31
Merge pull request #831 from isomorphisms/patch-4
...
basic arithmetic *doesn't* work
2014-10-28 12:08:06 +02:00
i
3921d11155
more oddities
...
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.
2014-10-28 03:56:12 -04:00
i
eb43eb7ccd
basic arithmetic *doesn't* work
...
It's not really true that arithmetic is accurate in JavaScript.
2014-10-28 03:11:59 -04:00
Levi Bostian
e126fec972
Merge pull request #830 from diodewaal/master
...
[coffeescript/nl] A few trailing spaces and take 2 on Dutch spelling and translation.
2014-10-27 21:30:35 -05:00
Dana de Waal
02db45c5dc
A few trailing spaces and take 2 on Dutch spelling and translation.
2014-10-28 03:23:52 +01:00
Srinivas Gorur-Shandilya
759f7349d2
cleaned up code, added struct docs
...
cleaned up code, added struct docs
2014-10-27 16:52:14 -04:00
ven
67de7d7281
[Common Lisp/en] Add a missing argument to (walker)
2014-10-27 20:01:55 +01:00
Adam Bard
2a6e60d83b
Merge pull request #828 from ml242/master
...
Use === in js tutorial except once demonstrating ==
2014-10-27 19:32:39 +02:00
ven
92db780adc
Merge pull request #826 from bfontaine/brainfuck/fr
...
[brainfuck/fr] Brainfuck French translation added
2014-10-27 13:12:05 +01:00
Baptiste Fontaine
122b9ab408
Brainfuck/fr: a couple fixes after proof-reading
2014-10-27 12:25:36 +01:00
Russell Allen
9fdfb3f566
Better use of linebreaks
2014-10-27 22:13:08 +11:00
Russell Allen
3c66f47941
Cleaner code samples
2014-10-27 22:11:20 +11:00
Russell Allen
b82da4edfe
First draft Self page
2014-10-27 22:07:24 +11:00
ml242
fb28f2c102
Your Name: Matt
...
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.
2014-10-27 00:43:20 -04:00
Levi Bostian
8167b5f9e0
Merge pull request #827 from subbul/patch-1
...
correcting the setName method
2014-10-26 22:47:05 -05:00
Subramanian
00c4a6324e
correcting the setName method
...
set the method argument dogsName to name, instead of doggie_name
2014-10-27 09:06:43 +05:30
Baptiste Fontaine
9f2d4d8027
Brainfuck French translation added
2014-10-26 21:51:32 +01:00
Baptiste Fontaine
78bea60c36
[bash/fr] translators section added
2014-10-26 21:33:31 +01:00
Andrei Curelaru
ef30c1918c
first fixes
2014-10-26 17:16:25 +01:00
Andrei Curelaru
c7e8b6f06b
Added yaml-fr
2014-10-26 17:07:25 +01:00
Baptiste Fontaine
ff43d607bd
Bash French translation added
2014-10-26 14:04:07 +01:00
Baptiste Fontaine
928fdd34b0
[markdown/en] Fixed typo in language author
...
It’s “John Gruber”, not “Jhon Gruber”.
2014-10-26 12:57:49 +01:00
ven
9fe68559c0
Merge pull request #822 from AndreiCurelaru/master
...
other fixes
2014-10-25 22:43:20 +02:00
Andrei Curelaru
b4edd93823
other fixes
2014-10-25 22:36:40 +02:00
ven
64e9e80ea2
Merge pull request #821 from AndreiCurelaru/master
...
French version for the Markdown file
2014-10-25 19:53:53 +02:00
Andrei Curelaru
10fad13285
Good bye Asterix
2014-10-25 19:51:39 +02:00
Andrei Curelaru
9bfb86a75d
typographic and other fixes
2014-10-25 19:47:24 +02:00
Andrei Curelaru
f7aadaff81
some fixes on line-length
2014-10-25 16:59:58 +02:00
Jelle Besseling
059ef4ebfa
Revert "[python/de] Fix typo in url of German translation"
...
This reverts commit c44552b25840c742043aa64470f5cc3caaac4a5b.
2014-10-25 16:48:06 +02:00
Jelle Besseling
9ff3a57c07
[python/de] Fix typo in url of German translation
...
My text editor apparently also fixed some incorrect trailing spaces and
tabs on empty lines
2014-10-25 16:48:02 +02:00
Jelle Besseling
710e504fbc
Dutch translation of the brainfuck tutorial
2014-10-25 16:48:00 +02:00
Andrei Curelaru
476c3a21c6
ayé c'est fait
2014-10-25 16:43:50 +02:00
Andrei Curelaru
e4889157c7
mi chemin
2014-10-25 14:56:07 +02:00
Vinh Nguyen
f7b1bfeb45
Fix Vietnamese Git guide typo and update content
2014-10-25 09:59:01 +07:00
Andrei Curelaru
b4e5719ae9
Début de traduction Markdown
2014-10-25 01:28:23 +02:00
Geoff Liu
c917dc75ac
Finish most lines in section 1
2014-10-24 11:24:51 -04:00
Geoff Liu
d7d131f440
Fix a typo, plus section headings
2014-10-24 01:05:33 -04:00
Geoff Liu
2ae89e20bc
Add Python3 simplified Chinese version.
2014-10-24 00:48:59 -04:00
Levi Bostian
4afe0d8ce0
Merge pull request #816 from hobozo/patch-1
...
Update haskell.html.markdown
2014-10-21 19:22:21 -05:00
hobozo
a7b885816d
Update haskell.html.markdown
...
Corrected terminology: currying -> partial application
2014-10-21 15:30:30 -07:00
Levi Bostian
87dcc1776f
Merge pull request #764 from astynax/master
...
Markdown: translation to ru-ru
2014-10-19 02:55:49 -05:00
Aleksey Pirogov
9a2123c675
edits of ru-ru/markdown-ru
2014-10-19 09:23:10 +04:00
Joao Farias
484b01e663
[groovy-pt] Translation of Groovy page to pt-br
2014-10-18 19:52:45 -03:00
Levi Bostian
114949cdd0
Merge pull request #812 from dskecse/elixir-en-update
...
[elixir/en] Replace Records section w/ Structs one
2014-10-18 13:22:31 -05:00
Levi Bostian
b9466505f5
Attempt at fixing amd file's markdown on site.
2014-10-18 13:19:07 -05:00
Levi Bostian
a3b9367e07
Merge pull request #797 from sneveu/master
...
[haml/en] new haml article
2014-10-18 13:14:15 -05:00
Simon Neveu
1f39917528
Added info on indentation and escaping html, typos
2014-10-18 12:25:42 +01:00
Dzianis Dashkevich
c49e6f1928
[elixir/en] Replace Records section w/ Structs one
...
Fix typos
Add "Programming Elixir" and Elixir Cheat Sheet to References section
2014-10-18 14:00:32 +03:00
Levi Bostian
89fa5e0dab
Merge pull request #811 from OscarF/patch-1
...
Recursive function a little bit to recursive
2014-10-17 22:51:33 -05:00