Commit graph

4834 commits

Author SHA1 Message Date
MuhammedZakir
14b50caf41 Some Corrections
Fix javascript-tutorial#2090 - Spelling Mistake
Close javascript-tutorial#2079 - Remove 'elem' from `elem.scrollLeft/scrollTop`
2020-09-11 13:07:06 +05:30
Ilya Kantor
9f686c90ce improve makeArmy task 2020-09-10 19:29:57 +03:00
Ilya Kantor
c65a1e85b8 WIP 2020-09-10 19:02:34 +03:00
Ilya Kantor
0168147c81
Merge pull request #2081 from MuhammedZakir/master
Restructure the Solution for 'Army of Functions' task and Fix Typos
2020-09-10 18:05:14 +03:00
Ilya Kantor
b64a2304d8 refactor PEvents 2020-09-10 17:52:47 +03:00
Muhammed Zakir
9f099db565
Update solution.md 2020-09-10 14:42:04 +00:00
apcurran
ce37f7c8de
Corrected spelling of "representation"
Thank you!
2020-09-09 13:59:38 -05:00
Cristian Wang
e845b5f215
Update article.md
Hi guys, I looked at your article to solve my CORS issue but it didn't work. So eventually I found a question on StackOverflow that explained in order to make things work properly, I needed to add also "Access-Control-Allow-Origin: https://javascript.info" to the preflight response. Did anyone have the same issue? If so, we need to update the article in order to save the time of future readers :)

StackOverflow question: https://stackoverflow.com/questions/42558221/how-to-cors-enable-apache-web-server-including-preflight-and-custom-headers
2020-09-09 18:03:33 +02:00
Jarvis-3000
8d692067be
Update article.md 2020-09-09 09:54:55 +05:30
Vse Mozhe Buty
dc5de4868e Fix typo in 1.2.6 2020-09-08 16:56:35 +03:00
LitStronger
5a41a674dc
Update article.md
Maybe it is "Object.defineProperty()" rather than "defineProperty()"
2020-09-07 10:44:28 +08:00
Vse Mozhe Buty
2e192e03c1 Sync safe Number borders across chapter 1.2.5 2020-09-07 01:03:53 +03:00
Ilya Kantor
58f6599df7 minor fixes 2020-09-05 18:46:24 +03:00
Ilya Kantor
a9c170a3ad minor fixes 2020-09-05 18:13:23 +03:00
Ilya Kantor
2aa7e5539a minor fixes 2020-09-05 18:12:12 +03:00
Ilya Kantor
ffa154d1ca
Merge pull request #2023 from haond10adp/master
typo
2020-09-05 18:07:11 +03:00
Ilya Kantor
edc6126980
Merge pull request #2024 from lumosmind/patch-47
One line of code creates a lot of confusing
2020-09-05 18:06:54 +03:00
Ilya Kantor
ba5424a82d minor fixes 2020-09-05 18:04:50 +03:00
Ilya Kantor
88ad89f029
Merge pull request #2015 from leviding/patch-21
Delete a blank
2020-09-05 17:06:18 +03:00
Ilya Kantor
c1a3778e95
Merge pull request #1907 from leeyc0/patch-1
Confucius never said black cat quote
2020-09-05 17:06:08 +03:00
Ilya Kantor
94279abe98
Merge pull request #1738 from javascript-tutorial/paroche-patch-18
Update article.md
2020-09-05 17:05:05 +03:00
Ilya Kantor
fe6e3526aa
Merge pull request #2091 from joaquinelio/patch-1
misplaced "too"?
2020-09-05 17:04:35 +03:00
Ilya Kantor
0b7f426054
Merge pull request #2092 from peachesontour/patch-10
The last 2 code snippets shouldn't be runnable
2020-09-05 17:00:16 +03:00
Ilya Kantor
92e9028299
Merge pull request #2093 from Violet-Bora-Lee/class-inheritance-suggestion
suggestion to use alert method not console.log
2020-09-05 17:00:03 +03:00
Ilya Kantor
d36db207e9
Merge pull request #2094 from Violet-Bora-Lee/mouse-event-typo
fix typo and minor grammatical error
2020-09-05 16:59:44 +03:00
Ilya Kantor
952c13af6e minor fixes 2020-09-05 16:59:12 +03:00
Ilya Kantor
30386fc66c
Merge pull request #2095 from peachesontour/patch-11
Typos
2020-09-05 16:56:38 +03:00
Ilya Kantor
6701d9b9c2
Merge pull request #2096 from peachesontour/patch-12
Typos
2020-09-05 16:52:05 +03:00
Ilya Kantor
d1e4981505
Merge pull request #2102 from pushpend3r/patch-2
Typo
2020-09-05 16:50:15 +03:00
Ilya Kantor
7fd4f7d9fd
Merge pull request #2101 from henchies/patch-2
Update article.md
2020-09-05 16:50:05 +03:00
Ilya Kantor
2f1f6a1814
Merge pull request #2100 from yoga1234/patch-1
add missing closing bracket
2020-09-05 16:48:32 +03:00
Ilya Kantor
c0d638a127 minor fixes 2020-09-05 16:37:04 +03:00
Pushpender Singh
2bf5addf47
Typo
"Imediately" instead of "Immediately"
2020-09-04 21:12:46 +05:30
Henrik Nilsson
c1cd076a54
Update article.md
Somewhat enhanced readability
2020-09-04 11:40:52 +02:00
MuhammedZakir
0f5b63d86f Restructure the Solution for 'Army of Functions' task and Fix Typos
Fix #2068 - Army of Functions
Fix #2070 - Typo
Fix #2056 - Grammatical Error
Fix #2074 - Remove semi-colon after function declaration
2020-09-04 13:38:41 +05:30
Yogasmara
c658bb30f3
add missing closing bracket
Adding the missin closing bracket.
2020-09-03 16:54:31 +07:00
Ilya Kantor
2f4747be58 minor fixes 2020-09-03 09:57:40 +03:00
Peter Kampjes
cd3fb86f9c
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 11:30:49 -03:00
Peter Kampjes
6895d38d3b
Update 2-ui/99-ui-misc/03-event-loop/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 09:17:05 -03:00
Peter Kampjes
cb9542b1e1
Update 2-ui/99-ui-misc/03-event-loop/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 09:13:02 -03:00
Peter Kampjes
0003221ae2
Update article.md 2020-09-01 09:09:58 -03:00
Peter Kampjes
be28fe248a
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 09:06:58 -03:00
Peter Kampjes
8d71d86c70
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 09:03:03 -03:00
Peter Kampjes
2b5502a2c8
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 09:02:40 -03:00
Peter Kampjes
751f78a06c
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 08:59:54 -03:00
Peter Kampjes
00178008b2
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 08:59:20 -03:00
Peter Kampjes
2881c97d72
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 08:56:29 -03:00
Peter Kampjes
d92984129c
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 08:55:28 -03:00
Peter Kampjes
4830a26deb
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-01 08:53:56 -03:00
Ilya Kantor
0bfebb4b46
Merge pull request #2097 from joaquinelio/patch-2
internal link format  info:
2020-08-31 09:57:06 +03:00