Commit graph

74 commits

Author SHA1 Message Date
José Cerviño
981e34b9d5
Update article.md 2021-04-30 12:18:57 -04:00
Ilya Kantor
86a60219fb minor fixes 2021-01-10 15:50:14 +03:00
Ilya Kantor
2027939238 minor fixes 2021-01-09 17:29:25 +03:00
Lakshya Thakur
997f392f74
Add the (2) point reference 2021-01-09 17:40:25 +05:30
Lakshya Thakur
5965ae79a8
Update currying function to use bind instead of wrapper pass
I think this change will help us to dodge concatenating new arguments with lexical ones and make the currying function much simpler.
2021-01-09 17:00:00 +05:30
jason
ec15bd2950 Fix typo in 1.99.1 (Proxy and Reflect) 2020-12-10 14:29:53 +08:00
Vse Mozhe Buty
b1bee552b2
Fix typo in 1.99.1 (Proxy and Reflect) 2020-11-29 17:45:05 +02:00
Ilya Kantor
574dd84b23 closes #2319 2020-11-29 11:22:53 +03:00
Ilya Kantor
2f4c29c69a
Merge pull request #2271 from vsemozhetbyt/patch-16
Correct solution explanation in 1.99.04 (Reference Type)
2020-11-10 12:12:17 +03:00
Ilya Kantor
876fdedc94
Merge pull request #2270 from vsemozhetbyt/patch-15
Fix outdated note in 1.99.04 (Reference Type)
2020-11-10 12:11:32 +03:00
Vse Mozhe Buty
e25caaec2e
Correct solution explanation in 1.99.04 (Reference Type) 2020-11-05 20:37:29 +00:00
Vse Mozhe Buty
422ef44b6b
Fix outdated note in 1.99.04 (Reference Type)
Now this chapter is at the end of the general section.
2020-11-05 20:29:52 +00:00
Vse Mozhe Buty
b83f2d7f1d Fix typos in 'Proxy and Reflect' 2020-11-04 20:32:44 +02:00
joaquinelio
82b6a3be99 mdn links 2020-09-21 15:21:57 -03:00
Violet Bora Lee
665b97251c delete unused line 2020-08-16 17:27:21 +09:00
Ilya Kantor
86222ff911
Merge pull request #1978 from peachesontour/patch-2
Typos
2020-07-18 14:14:46 +03:00
Ilya Kantor
3558415261
Merge pull request #1977 from peachesontour/patch-1
Typos
2020-07-18 14:05:58 +03:00
Peter Roche
72482bc435
Update article.md
Revision to unary plus not allowed bigints description in response to PR
2020-07-16 10:20:25 -06:00
peachesontour
de2542378f
Typos 2020-06-29 21:26:07 -03:00
peachesontour
74caa865f3
Typos
2 small fixes
2020-06-29 21:22:47 -03:00
Alexey Pyltsyn
075266e251
Update article.md 2020-05-30 20:33:51 +03:00
Ilya Kantor
b057341f6c refactor objects, add optional chaining 2020-05-03 16:56:24 +03:00
Aakodal
eb546f0e3a
Fixing "sum(1)" instead of "curriedSum(1)" (l. 42)
"sum(1)" doesn't return a wrapper, "curriedSum(1)" does.
2020-03-30 10:34:07 +00: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
Ilya Kantor
cedd3ed9ad closes #1742 2020-02-19 00:02:23 +00:00
Peter Roche
c6c25c97da
Update article.md
"if arguments count" -> "if the arguments count"
"allows to easily" -> "allows us to easily"
"seen in the logging example:" -> "seen in the logging example,"
rephrasing rest of above sentence for readability
2020-02-13 22:19:17 -07:00
Peter Roche
7fb11bd13a
Update article.md
"get in details" -> "get in to the details"
2020-02-13 21:49:19 -07:00
Peter Roche
0b2e5e745b
Update article.md
"on the paper" -> "on paper"
2020-02-10 23:24:00 -07:00
Peter Roche
bad9ca5465
Update article.md
add semicolon at end -> "    return prop >= target.start && prop <= target.end;"
2020-02-10 21:45:12 -07:00
Alexey Pyltsyn
cad5a28a21
Fix link in BigInt 2020-02-10 18:29:17 +03:00
Peter Roche
10c7807f49
Update article.md
"as `Proxy` trap" -> "as the `Proxy` trap"
2020-02-08 21:02:22 -07:00
Peter Roche
fd0d378f0a
Update article.md
"chapter" -> "article" (6 times or so)

I believe that is consistent with the agreed-upon terminology.
2020-02-08 20:44:59 -07:00
Ilya Kantor
7cd8f55be2 minor fixes 2020-01-19 22:30:09 +01:00
Charlie Karniol
506567b806
Fix typo 2019-12-27 15:57:40 +02:00
Ilya Kantor
22888aeca1 minor fixes 2019-12-01 16:25:58 +03:00
Ilya Kantor
2189dc9a4c minor fixes 2019-12-01 13:51:05 +03:00
Ilya Kantor
44964399e1
Merge pull request #1594 from koala-lava/master
consistent error output comments
2019-12-01 13:49:13 +03:00
Ilya Kantor
a70c4306d7 bigint 2019-12-01 04:11:02 +03:00
Saiyn Dembirel
8ab07e1e32 consistent error output comments 2019-11-07 17:19:38 +07:00
Daria Pimenova
f12e89a1e9
Update article.md 2019-11-07 09:52:46 +04:00
Violet Bora Lee
3ffa0beab0 minor fixes 2019-11-03 22:14:28 +09:00
Alexey Pyltsyn
88cd022adc
Update article.md
According to https://github.com/javascript-tutorial/ru.javascript.info/pull/704
2019-10-21 23:54:04 +03:00
Violet.Lee
1fcefe3338
Update solution.md 2019-10-16 06:13:27 +09:00
Ilya Kantor
7418213b66 re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
Ilya Kantor
87f86eaf6d fixes #1369 2019-09-25 06:35:52 +03:00
Scott Martin
18e1d883c0
Various minor grammar fixes and improvements
Mostly adding "the" as necessary; typo fixes; some word order in clauses changed or contractions used for for smoothness
2019-09-16 14:35:16 +01:00
Nikita.Shembel
1a6c1bb2dd Typo fix 2019-09-07 17:03:33 +03:00
Miguel N. Galace
0a812130ef
Fix typo in Proxy and Reflect article 2019-09-03 07:29:26 +08:00
Ilya Kantor
b2cedf7b0a closes #1308 2019-09-02 23:43:51 +03:00
Ilya Kantor
0110927124 fixes 2019-09-02 14:40:56 +03:00