Commit Graph

1522 Commits

Author SHA1 Message Date
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
Matt Lucas
4095671c92 Update css.html.markdown 2014-05-01 13:02:04 -04:00
Matt Lucas
61309e0edf Update css.html.markdown
'It's' reflected a grammatical mistake, I adjusted the sentence for a bit of clarity.
2014-04-30 20:00:53 -04:00
Nami-Doc
2113e4a6c4 Merge pull request #597 from josteink/master
Fix syntax-errors in logical errors in Elisp guide.
2014-04-29 22:17:05 +02:00
Jostein Kjønigsen
913ab2bc2e Syntax errors. Regexp needs to be greedier. 2014-04-29 22:10:55 +02:00
Levi Bostian
5dd3cb9274 Merge pull request #596 from weakish/patch-21
elixir-cn: fix typos & complete translation
2014-04-29 09:35:11 -05:00
Jakukyo Friel
4d62625660 elixir-cn: fix typos & complete translation 2014-04-29 15:11:59 +08:00
Nami-Doc
07294493d6 Merge pull request #595 from weakish/patch-20
elisp_CN: typo
2014-04-28 11:25:27 +02:00
Jakukyo Friel
ca6e9fefcc elisp_CN: typo 2014-04-28 17:20:58 +08:00
Nami-Doc
aabf7660d5 Merge pull request #593 from Qumeric/master
[go/en,ru] Update Russian translation of Go tutorial + small fix in tutorial itself.
2014-04-16 16:20:32 +02:00
Qumeric
40e320a754 Fix typos 2014-04-16 18:13:30 +04:00
Qumeric
07b229a425 Fix Go tutorial, especially ru translation 2014-04-16 18:06:58 +04:00
Nami-Doc
b2a47cf123 Merge pull request #592 from arnaud-f/master
Escaped a quote
2014-04-15 16:23:14 +02:00
Arnaud
be55775d5a Escaped a quote 2014-04-15 16:15:07 +02:00
Adam Bard
1afd1ac857 Merge pull request #591 from lyska/no-hashtags
Remove references to hash and hashtag in favor of number symbol
2014-04-14 12:15:40 -07:00
Sam Dodrill
777c333ff0 Remove references to hash and hashtag in favor of number symbol 2014-04-14 11:15:08 -07:00
Adam Bard
d2f6623cf6 Updated some headers 2014-04-10 23:48:34 +00:00
Adam Bard
77f28824af Fix syntax highlight.
Fixes #587 (Instead of using #588)
2014-04-06 19:46:58 -07:00
Nami-Doc
9b1f4f1cb3 Merge pull request #590 from jorams/cl-intro-typo
[common-lisp/en] Fix typo in Common Lisp introduction.
2014-04-03 11:03:01 +02:00
Joram Schrijver
5c70a9fa19 Fix typo in Common Lisp introduction. 2014-04-03 10:45:19 +02:00
Joram Schrijver
b5e4d6dd01 Fix invalid characters for Common Lisp symbols
The characters [ ] { and } are perfectly fine to use in variable names.

(defparameter b{l}a[b[l]]a "test") ; => B{L}A[B[L]]A
b{l}a[b[l]]a                       ; => "test"
2014-04-03 10:39:32 +02:00
Levi Bostian
6fcf30a78c Merge pull request #580 from ggarza/julia_spanish
[julia/es] Fix typos in Spanish Julia
2014-04-02 22:47:04 -05:00
Guillermo Garza
764f5967da More fixes to Spanish Julia. 2014-04-02 22:41:12 -05:00
Guillermo Garza
4e85becf28 Change lang declaration back to ruby from julia 2014-04-02 22:32:16 -05:00
Guillermo Garza
e5d15eec06 Fix typos in Spanish Julia 2014-04-02 22:32:16 -05:00
Nami-Doc
a732023f62 Merge pull request #585 from weakish/patch-19
css: add Chinese (zh_CN) translation
2014-04-02 17:10:05 +02:00
Jakukyo Friel
4f71e15742 css: add Chinese (zh_CN) translation 2014-04-02 23:08:39 +08:00
Adam Bard
ff4a2728e8 Update elixir-cn.html.markdown
Fix header things
2014-03-31 13:19:56 -07:00
Adam Bard
3c75a88118 Merge pull request #584 from lidashuang/patch-1
Patch 1
2014-03-31 13:19:18 -07:00
lidashuang
d6bd212e43 Update elixir-cn.html.markdown 2014-03-31 23:25:19 +08:00
lidashuang
c9bc93c261 Update elixir-cn.html.markdown 2014-03-31 22:24:09 +08:00
lidashuang
816ba7d7e6 Update elixir-cn.html.markdown 2014-03-31 22:12:03 +08:00
lidashuang
708fd4a65b Update elixir-cn.html.markdown 2014-03-31 19:49:46 +08:00
Nami-Doc
6e163c9901 Merge pull request #583 from lidashuang/patch-2
Update elixir.html.markdown
2014-03-31 12:16:50 +02:00
lidashuang
09044470a0 Update elixir.html.markdown 2014-03-31 18:00:57 +08:00
lidashuang
bba7307611 Create elixir-cn.html.markdown 2014-03-31 17:57:19 +08:00
Nami-Doc
cce79738e5 Merge pull request #577 from weakish/patch-17
csharp: Chinese translation
2014-03-29 20:24:14 +01:00
Nami-Doc
cc360204e3 Merge pull request #581 from ggarza/python_pep8
[python/en] Modify python to be pep8 compliant
2014-03-22 00:36:22 +01:00
Guillermo Garza
7db61d1ce1 Modify python to be pep8 compliant
This mostly adds spaces.
2014-03-21 18:14:55 -05:00
Levi Bostian
90ee70b3e3 Merge pull request #579 from levibostian/racket-typos
Fix Racket typos.
2014-03-20 12:40:54 -05:00
Levi Bostian
f2575c7f38 Fix typos from issue 447. 2014-03-20 12:37:13 -05:00
Nami-Doc
017d6060d4 Merge pull request #578 from weakish/patch-18
csharp: typos
2014-03-20 11:27:47 +01:00
Jakukyo Friel
0622062e2a csharp: typos
combine #574 #575 #576 to one pr
2014-03-20 18:01:56 +08:00
Jakukyo Friel
4480f889f8 csharp: Chinese translation 2014-03-20 16:41:52 +08:00
Adam Bard
0e80e9580b Merge pull request #573 from trevor/patch-1
WARNING: deprecated syntax "x[i:]".
2014-03-19 18:39:35 -07:00
Trevor Wennblom
464930ecf8 WARNING: deprecated syntax "x[i:]".
0.3.0-prerelease+2077
2014-03-19 20:09:48 -05:00
Nami-Doc
f45a71a3bf Merge pull request #572 from levibostian/objective-c-exceptions
Objective-C blocks and exceptions
2014-03-19 18:53:43 +01:00
Levi Bostian
58bd9cbdaf Remove duplicate Categories section.
Fix small typo.
2014-03-19 12:49:51 -05:00
Levi Bostian
dcf7cd620d Add to exceptions section. Add NSError reference. 2014-03-19 12:49:51 -05:00
Levi Bostian
25fb918e9c Merge with master. 2014-03-19 12:49:51 -05:00