Commit graph

1027 commits

Author SHA1 Message Date
Heramb
4e3d209fc2 Updated solution.md
the function sumInput() needs return statement (added now at line 23) so that the alert(sumInput()) shows correct output (now on line 26).
2017-08-23 16:31:57 -07:00
Ilya Kantor
468a769b51 fixes 2017-08-22 23:19:09 +02:00
Ilya Kantor
25e97bb50e Merge pull request #141 from nhooyr/patch-1
Safari does not return an empty string when a prompt is cancelled
2017-08-18 12:09:49 +02:00
Ilya Kantor
5b4bb6a11d Merge pull request #142 from nhooyr/patch-3
fix mistake, null <= 100 === true not false
2017-08-18 12:09:35 +02:00
Ilya Kantor
eb93b05ed9 Merge pull request #143 from nhooyr/patch-4
fix typo
2017-08-18 12:09:11 +02:00
Ilya Kantor
31b8105932 Merge pull request #140 from gwooly/patch-1
Minor grammar changes to help improve flow.
2017-08-18 12:08:44 +02:00
Anmol Sethi
6ed3774aa9 fix typo 2017-08-17 21:58:12 -04:00
Anmol Sethi
53a768f004 fix mistake, null <= 100 === true not false 2017-08-17 21:57:43 -04:00
Anmol Sethi
0395673650 Safari does not return an empty string when a prompt is cancelled
title
2017-08-17 21:28:37 -04:00
gwooly
dd70a07e12 Minor grammar changes to help improve flow. 2017-08-17 20:14:12 +01:00
Ilya Kantor
3b25bc58be Merge pull request #138 from jmbothe/master
grammar, usage, punctuation edits, Part 1, sections 3.1 - 4.6
2017-08-16 19:46:41 +02:00
Ilya Kantor
39048cffdd Merge pull request #139 from herambgadekar/patch-1
Update article.md
2017-08-16 09:06:06 +02:00
Jeff Bothe
374db1ebd4 grammar, usage, punctuation edits, Part 1, sections 3.1 - 4.6 2017-08-15 18:25:49 -05:00
Heramb
32352a104f Update article.md 2017-08-15 12:14:04 -07:00
Ilya Kantor
fa4a678d53 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2017-08-13 21:45:06 +02:00
Ilya Kantor
e28b4c7526 added a comment, closes #135 2017-08-13 21:44:57 +02:00
Ilya Kantor
a0cf28ba14 closes #128 2017-08-13 21:42:16 +02:00
Ilya Kantor
e0599d4580 fix 2017-08-13 21:41:04 +02:00
Ilya Kantor
d098c48c8b Merge pull request #137 from jmbothe/master
grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16
2017-08-12 13:43:09 +02:00
Ilya Kantor
3b2b4fc6c2 Merge pull request #136 from flinchtheone/patch-1
Changed 'i' variable to 'counter'
2017-08-12 13:38:13 +02:00
Jeff Bothe
6006abdfdc grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16 2017-08-10 19:12:00 -05:00
flinchtheone
d6dd01eca3 Changed 'i' variable to 'counter'
'i' is not in discussion at this point, 'counter' is.
2017-08-10 19:01:37 +01:00
Ilya Kantor
e3b35f852a Merge pull request #130 from jmbothe/master
Grammar/usage/punctuation edits, Part 1, sections 2.1 - 2.8
2017-08-10 13:55:07 +02:00
Ilya Kantor
f18aa362b4 minor 2017-08-09 23:36:04 +02:00
Ilya Kantor
d6e45ea391 close #126 2017-08-09 23:35:00 +02:00
Ilya Kantor
e43e1a0952 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2017-08-09 23:34:30 +02:00
Ilya Kantor
a69e9e702a minor 2017-08-09 23:34:19 +02:00
Ilya Kantor
259f1b98bc Merge pull request #131 from sudhirkumarojhaa/patch-1
Update article.md
2017-08-09 23:22:04 +02:00
Ilya Kantor
888ec65a9f Merge pull request #132 from seancwall/patch-2
Fix small spelling mistake
2017-08-09 23:21:50 +02:00
Ilya Kantor
2fd1292d0a Merge pull request #133 from seancwall/patch-3
Fix spelling mistake 'substract'
2017-08-09 23:21:37 +02:00
Ilya Kantor
7ce5a248f1 Merge pull request #134 from jadentom/patch-1
Operators article grammar fix
2017-08-09 23:21:23 +02:00
Ilya Kantor
ddf05bac4b Merge pull request #129 from shintaroid/patch-1
fix a typo
2017-08-09 23:21:11 +02:00
Ilya Kantor
771cf92e80 Merge pull request #127 from seancwall/patch-1
Add missing break statements to last example
2017-08-09 23:19:35 +02:00
Ilya Kantor
299c3c3633 Merge pull request #125 from RandyMoore/patch-1
Change brackets to parentheses
2017-08-09 23:18:43 +02:00
jadentom
0f41bec3fc Operators article grammar fix
2 instances of "it's" should be "its"
2017-08-09 13:35:24 -04:00
Sean Wall
c75e07d82b Fix spelling mistake 'substract' 2017-08-09 08:40:00 -04:00
Sean Wall
96d6300339 Fix small spelling mistake 2017-08-09 08:28:32 -04:00
SUDHIR
76bb7a33bc Update article.md 2017-08-09 10:17:41 +05:30
Jeff Bothe
568aea1e27 Grammar/usage/punctuation edits, Part 1, sections 2.1 - 2.8 2017-08-08 18:38:18 -05:00
Su
7bf7aa5675 fix a typo
add "is"
2017-08-08 15:28:35 +09:00
Sean Wall
8d625e008d Add missing break statements to last example 2017-08-07 09:38:55 -04:00
RandyMoore
cbb2167bb4 Change brackets to parentheses
From my experience brackets are {}.  () are referred to as parentheses, or perhaps "round brackets" but that would be too wordy.
2017-08-06 21:27:01 -05:00
Ilya Kantor
c6271b5c58 fixes #123 2017-08-05 22:05:09 +02:00
Ilya Kantor
8839da3832 minor 2017-08-05 21:59:43 +02:00
Ilya Kantor
fcaae2426e Merge pull request #120 from jmbothe/master
grammar, usage, punctuation corrections for 1-js/01-getting-started
2017-08-05 21:57:37 +02:00
Ilya Kantor
e74ca67e08 Merge pull request #114 from maniart/patch-1
Small typo
2017-08-05 00:17:02 +02:00
Ilya Kantor
8ad7e41d72 Merge pull request #115 from YNataly/patch-3
Update article.md
2017-08-05 00:16:51 +02:00
Ilya Kantor
10d2b737ca Merge pull request #116 from mattfellenz/patch-1
Fix typo in Javascript Specials
2017-08-05 00:16:24 +02:00
Ilya Kantor
77434692b9 Merge pull request #118 from foodaka/fix-typo-1-js-06-03-closure
Typo on Closures 1-js-06-03
2017-08-05 00:16:14 +02:00
Ilya Kantor
d649b46c8e Merge pull request #121 from zhewang2/patch-1
obj.toString === obj.__proto__.toString
2017-08-05 00:12:18 +02:00