Commit graph

851 commits

Author SHA1 Message Date
Alexey Pyltsyn
60d2e2f2a2
Merge pull request #1804 from leviding/patch-6
Fix minor type error
2020-03-21 20:04:42 +03:00
Ilya Kantor
63518dce9f
Merge pull request #1770 from jorishr/patch-1
small typo fix
2020-03-21 09:13:08 +03:00
LeviDing
bfe8e3f3f7
Update article.md 2020-03-19 18:48:57 +08:00
Violet Bora Lee
958cbe72b8 minor fixes
- fix erratas
- fix wrong error message
- add 'run' on runnable example
- add explanation about window.onload property corresponding load event
- add comment about window.onstorage property corresponding storage event
2020-03-14 07:27:49 +09:00
Alexey Pyltsyn
36737518f8
Fix typo 2020-03-10 12:54:07 +03:00
jorishr
1c1b8a0b94
small typo fix
element.addEventListener(event, handler[, options]); TO element.addEventListener(event, handler, [options]);
2020-02-24 19:17:02 +01:00
Ilya Kantor
9acc1302a1 fixes #1747 2020-02-14 13:46:16 +00:00
Peter Roche
220bed3fd6
Update article.md
"From one hand" -> "On one hand"
2020-02-13 20:44:48 -07:00
Peter Roche
1dd5e0681c
Update article.md
"to react on other user actions" -> "to react to other user actions"  (a little more natural sounding)
2020-02-13 20:41:51 -07:00
Peter Roche
0b2cbf947b
Update article.md
'The browser may even show "the script..." warning' -> 'The browser may even show a "the script..." warning'
2020-02-13 20:37:09 -07:00
Peter Roche
6cf0f086e7
Update article.md
"using nested `setTimeout`:" -> "using nested `setTimeout` calls:"
2020-02-13 20:34:23 -07:00
Peter Roche
863b3207c1
Update article.md
"big text" -> "large amount of text"
"evade problems" -> "avoid problems"
"another 100 lines" -> "for the next 100 lines"
"To demonstrate the approach" -> "To demonstrate this approach"
"instead of syntax-highlighting" -> "instead of text-highlighting,"
2020-02-13 20:31:29 -07:00
Peter Roche
62c32d2351
Update article.md
"roll our own" -> "roll your own"
"can see that's" - "can see that that's"
2020-02-12 01:04:14 -07:00
Peter Roche
42920c176f
Update article.md
"similar stuff to described above" -> "similar stuff to what's described above"
2020-02-12 01:02:24 -07:00
Ilya Kantor
db9b5805c4 closes #1747 2020-02-12 07:40:35 +00:00
Peter Roche
ff82a9bc89
Update article.md
"move the scheduling to the beginning" (2x)
2020-02-11 22:38:44 -07:00
Peter Roche
3b681c8ceb
Update article.md
"returns to event loop" -> "returns to the event loop"
"no much difference" -> "not much difference"
2020-02-11 22:32:10 -07:00
Ilya Kantor
60d9fe607c Revert "Revert "minor fixes""
This reverts commit d6035ee890.
2020-02-08 21:05:37 +00:00
Ilya Kantor
d6035ee890 Revert "minor fixes"
This reverts commit e4fb777e31.
2020-02-08 21:00:32 +00:00
Ilya Kantor
e4fb777e31 minor fixes 2020-02-08 20:50:58 +00:00
Ilya Kantor
4a10b922c7 fix en #1739 2020-02-08 09:19:24 +00:00
Daniel Hong
fbf76fe3b8 Fix typo in 11-coordinates/article.md
A minor typo issue : polywill -> polyfill
2020-01-30 02:12:32 +09:00
Peter Roche
c6b6bc3c9c
Update article.md
A small grammar change and fixing a typo (I think) (no -> not).
2020-01-18 21:32:15 -07:00
Daria Pimenova
7f26b917a0
Update 'Selection and Range' article.md 2020-01-14 09:52:14 +04:00
Daria Pimenova
c77de52364
Fixed typo in article.md
Fixed small typo in 'Page: DOMContentLoaded, load, beforeunload, unload' article.md
2019-12-30 10:01:24 +04:00
Ilya Kantor
50395ec56e minor fixes 2019-12-26 19:01:30 +03:00
Ilya Kantor
17e8fb6831 fixes #1673 2019-12-26 15:43:11 +03:00
Alexey Pyltsyn
e92bb83e99
Merge pull request #1670 from siddtheone/patch-1
Spell correction
2019-12-19 23:15:25 +03:00
Alexey Pyltsyn
27ff241b25
Merge pull request #1655 from yuanworks/patch-2-typo
Fix typo: "and" instead of "и"
2019-12-19 23:06:24 +03:00
siddtheone
79bf6265eb
Spell correction 2019-12-10 16:17:57 +05:30
YuanHao Chiang
2bfaf1c3c2
"And" instead of "и" 2019-12-05 13:25:35 +08:00
Ilya Kantor
5b195795da fixes #1653 2019-12-04 12:10:57 +03:00
Ilya Kantor
4110f00f31 closes #1591 2019-12-03 03:19:50 +03:00
Ilya Kantor
e144f39ef3 fixes #1591 2019-12-03 00:07:15 +03:00
Ilya Kantor
9831b86d02 fixes #1599 2019-12-02 23:49:51 +03:00
Ilya Kantor
458fdffdb1 content improvements 2019-12-02 09:53:14 +03:00
Ilya Kantor
d04fbf4daf
Merge pull request #1597 from javascript-tutorial/paroche-patch-7
Update article.md
2019-12-01 13:48:56 +03:00
Ilya Kantor
7469922e5b
Merge pull request #1604 from huyenltnguyen/huyenltnguyen-patch-1
Add a missing word
2019-12-01 12:52:07 +03:00
Peter Roche
790bd5c0d8
Update article.md
Grammar and phrasing changes to first paragraph. Wasn't 100% sure didn't change meaning and was going to leave it for review, but it seems I already committed it somehow when I was trying to make revisions, so hope it's right.
2019-11-30 23:11:00 -07:00
Peter Roche
95483457d4
Update article.md
Grammar and phrasing changes to first paragraph. Not 100% sure didn't change meaning so am leaving it for review.
2019-11-30 23:06:35 -07:00
Ilya Kantor
f8e8fd1d0d
Merge pull request #1626 from koala-lava/patch-6
consistent CSS for the task and the solution
2019-11-30 09:52:36 +03:00
Ilya Kantor
df4acb6deb
Merge pull request #1629 from koala-lava/patch-7
Consistent HTML for the task source and solution
2019-11-30 09:52:10 +03:00
Ilya Kantor
cd27aff69b
Merge pull request #1631 from dashaezhova/patch-1
Update 'Window sizes and scrolling' article.md
2019-11-30 09:50:33 +03:00
Ilya Kantor
d334cf8787 minor fixes 2019-11-30 09:31:19 +03:00
Ilya Kantor
6a52ee2cf5
Merge pull request #1637 from koala-lava/patch-3
Minor note
2019-11-30 09:28:45 +03:00
Ilya Kantor
fcd75897b3 minor fixes 2019-11-30 09:20:33 +03:00
Ilya Kantor
53b5fb2dd4 minor 2019-11-30 09:03:39 +03:00
Ilya Kantor
4587fde235 re-import images (Sketch update) 2019-11-30 08:51:52 +03:00
Ilya Kantor
40e941e4e4 minor fixes 2019-11-30 08:44:57 +03:00
Ilya Kantor
ce8e68f21c minor fixes 2019-11-28 13:56:48 +03:00