AGCB
074151aadf
two typos
2017-06-05 21:56:40 -07:00
Ilya Kantor
168b273caa
Update README.md
2017-06-05 14:40:44 +03:00
Ilya Kantor
21019f9b66
Update README.md
2017-06-05 14:39:04 +03:00
Ilya Kantor
649ad4b05e
Merge pull request #1 from snazbala/patch-1
...
Fix typo
2017-06-05 14:34:48 +03:00
Ilya Kantor
e54cb7a59b
Merge pull request #2 from qntmLeap/patch-1
...
Fix the mistake in the name of the event property
2017-06-05 14:34:37 +03:00
Ilya Kantor
eb7c0dbc36
Merge pull request #3 from ericyang89/master
...
fix typo fforget
2017-06-05 14:34:24 +03:00
Ilya Kantor
5bd6424ef2
Merge pull request #4 from qntmLeap/patch-2
...
Fix typo in the code
2017-06-05 14:34:17 +03:00
Ilya Kantor
bf3398baae
Merge pull request #5 from umesh53/patch-1
...
Update article.md
2017-06-05 14:34:05 +03:00
Uma Maheswar
8c1b1ca4cf
Update article.md
2017-06-05 12:36:11 +05:30
qntmLeap
0fa7d5a8d5
Fix typo in the code
2017-06-05 08:21:51 +03:00
yangchuan
b792cf9cd0
fix type fforget
2017-06-05 12:26:27 +08:00
qntmLeap
89f048e4d0
Fix typo
...
Change `event.return` to `event.repeat`
2017-06-04 17:05:24 +03:00
Ilya Kantor
9add0b1c88
edits
2017-06-04 11:05:48 +03:00
Ilya Kantor
3cd2bcd48c
symbols
2017-06-04 01:14:41 +03:00
snazbala
53ef9909ec
Fix typo
2017-06-03 14:48:52 -07:00
Ilya Kantor
c90377d996
up
2017-06-04 00:04:12 +03:00
Ilya Kantor
f3fb0380ec
fixes
2017-06-03 21:05:19 +03:00
Ilya Kantor
048a896d78
Merge branch 'en' of https://github.com/iliakan/javascript-tutorial into en
2017-06-03 17:26:31 +03:00
Ilya Kantor
7f88e6ffb9
Merge pull request #591 from oleglegun/patch-1
...
Fix invalid function name
2017-06-03 16:02:34 +03:00
Oleg Legun
d55932273f
Fix invalid function name
...
curried() -> curriedSum()
2017-06-03 14:02:35 +03:00
Ilya Kantor
46bdbde7bd
Merge pull request #590 from Brianmanden/patch-1
...
Update index.md
2017-06-03 11:55:16 +03:00
Brian Juul Andersen
be8b0fb3a6
Update index.md
...
Fixed minor grammatical error.
2017-06-03 10:26:08 +02:00
Ilya Kantor
bae148bc88
fixes
2017-06-03 10:26:01 +03:00
Ilya Kantor
5191617c53
Merge branch 'en' of https://github.com/iliakan/javascript-tutorial into en
2017-06-03 09:34:00 +03:00
Ilya Kantor
653a4017d7
Merge pull request #580 from dangdennis/patch-1
...
Update article.md
2017-06-03 09:33:36 +03:00
Ilya Kantor
be55b7d7e8
Update article.md
2017-06-03 09:29:53 +03:00
Ilya Kantor
90aa32338f
fixes #502
2017-06-03 09:28:50 +03:00
Ilya Kantor
41d791b3d1
Merge pull request #583 from amanbangad/patch-2
...
Typo fix
2017-06-03 09:21:00 +03:00
Ilya Kantor
4388e26dc0
Merge pull request #584 from amanbangad/patch-3
...
code broken
2017-06-03 09:19:59 +03:00
Ilya Kantor
22446eb4bb
Merge pull request #585 from amanbangad/patch-4
...
broken code
2017-06-03 09:19:51 +03:00
Ilya Kantor
0ae835e7bd
Merge pull request #586 from amanbangad/patch-5
...
bug fix
2017-06-03 09:19:42 +03:00
Ilya Kantor
dd2bb48a8f
Merge pull request #587 from amanbangad/patch-6
...
Update article.md
2017-06-03 09:19:19 +03:00
Ilya Kantor
25984b0c67
Merge pull request #588 from aliuk2012/patch-1
...
Visual Studio is available for Mac
2017-06-03 09:19:03 +03:00
Ilya Kantor
99fb90e9f0
merge
2017-06-03 08:15:56 +03:00
Ilya Kantor
2c57f11fdf
fixes
2017-06-03 08:15:03 +03:00
Alistair Laing
b4537536f5
Visual Studio is available for Mac
2017-06-02 22:19:15 +01:00
Aman Bangad
817dbd94f4
Update article.md
...
adding this
2017-06-02 11:17:54 -04:00
Aman Bangad
40d83c4bc6
bug fix
2017-06-02 11:11:24 -04:00
Aman Bangad
070c033dae
broken code
...
fix for undefined being returned
2017-06-02 10:10:37 -04:00
Aman Bangad
51cb8a2b5f
code broken
...
fix for age being undefined
2017-06-02 10:09:25 -04:00
Aman Bangad
aae880b32a
Typo fix
2017-06-02 09:50:33 -04:00
Ilya Kantor
e4ad8d0810
Merge pull request #582 from parmentelat/en
...
more typos
2017-06-01 09:26:17 +03:00
Thierry Parmentelat
fb6b393f0c
more typos
2017-06-01 08:17:51 +02:00
Dennis Dang
c0bd294cd7
Update article.md
...
Hi,
I suggest a typo correction from "the" to "that" found in the summary.
- `event.currentTarget` (=`this`) -- the current element <that> handles the event (the one that has the handler on it)
I'm new to github, so I'm welcome to any tips on writing better descriptions and proposals.
Thanks,
2017-05-31 12:05:02 -07:00
Ilya Kantor
fb03c7d539
up
2017-05-30 02:19:57 +03:00
Ilya Kantor
58c04e2d2d
up
2017-05-30 02:16:13 +03:00
Ilya Kantor
455d300d8d
renames
2017-05-25 11:56:32 +03:00
Ilya Kantor
787d58a83f
Publish async/await!
2017-05-25 11:12:41 +03:00
Ilya Kantor
fb5f39e4f4
async
2017-05-25 00:29:13 +03:00
Ilya Kantor
dc1a4fb6ad
Merge branch 'en' of https://github.com/iliakan/javascript-tutorial into en
2017-05-24 01:09:58 +03:00