Commit graph

3152 commits

Author SHA1 Message Date
Ilya Kantor
ebd0d110df
Merge pull request #2485 from notapatch/pr-call-apply-decorators-clearer-comments
Clearer CachingDecorator comments
2021-02-02 10:32:33 +03:00
Ilya Kantor
a5523ad287
Merge pull request #2486 from asamant/asamant-patch-1
Update article.md
2021-02-02 10:31:20 +03:00
Mustafa Kemal Tuna
005204e107
conflict with "rest syntax"
I think argN represents count of arbitrary parameters. But this syntax looks like "rest syntax". It could be more understandable to change it like this.
2021-02-02 07:03:39 +03:00
Aniket Samant
96e95bb3d1
Update article.md
A minor addition. (...where such thing doesn't happen. --> where such a thing doesn't happen.)
2021-02-02 03:47:59 +05:30
Richard
18534d3abd Clearer CachingDecorator comments
- comments are in pairs. The first of the pair talks about what
   happened "caching" and the second pair talks about what was
   alerted "the same". This is confusing.
 - changed comment so both lines tell the reader what happened
   and what result was returned.
2021-02-01 18:08:34 +00:00
AmosChenYQ
13a6a7586c modify alternative method in comment of mixins' code example 2021-01-23 11:44:43 +08:00
Ilya Kantor
7bd55a44a1
Merge pull request #2458 from martynov-94/patch-2
typo
2021-01-22 08:17:37 +03:00
martynov-94
21a751ab0e
to both -> both to
In the original it's read as if there is two rabbit methods, instead of "both to... and also to..."
2021-01-22 08:11:54 +03:00
Ilya Kantor
b462bdd1d3
Merge pull request #2443 from emek/minor-text-fix
Fix mismatched alert text
2021-01-21 22:52:29 +03:00
Ilya Kantor
0c4913c367 minor fixes 2021-01-21 22:51:55 +03:00
Ilya Kantor
6e326fbf97
Merge pull request #2449 from redrambles/patch-2
Update article.md
2021-01-21 22:50:06 +03:00
Ilya Kantor
acf62b0d03 minor fixes 2021-01-21 22:49:27 +03:00
Moritz Bierling
6451000639
Spelling error & wrong idiom
Spelling error: 'out'-->'our'

Idiom: 'From the other hand'-->"On the other hand"
2021-01-21 16:49:06 +01:00
martynov-94
0deca2cb91
typo
wrong order of words
2021-01-21 18:30:50 +03:00
Ann Cascarano
04e2514dc8
Update article.md
Missing word / small fix.
2021-01-20 10:26:26 -05:00
Emek Türkeli
9e1d5315ad Fix mismatched alert text 2021-01-16 19:39:08 +03:00
Ilya Kantor
3a0b3f4e31
Merge pull request #2430 from joaquinelio/patch-1
"exception" vs "new feature" ?
2021-01-16 10:28:00 +03:00
Ilya Kantor
f797858498 closes #2398 2021-01-14 11:23:29 +03:00
Ilya Kantor
8eb6f97000 minor fixes 2021-01-13 23:44:22 +03:00
Ilya Kantor
99b2a0928f
Merge pull request #2437 from lumosmind/patch-68
typo
2021-01-13 21:31:54 +03:00
Ilya Kantor
9c082c82fd minor fixes 2021-01-13 21:31:15 +03:00
Mustafa Kemal Tuna
e95ca4b663
typo 2021-01-13 21:29:13 +03:00
Ilya Kantor
15e6f2da5b minor fixes 2021-01-13 21:20:50 +03:00
Ilya Kantor
4307531f03 Merge branch 'master' of github.com:javascript-tutorial/en.javascript.info 2021-01-13 20:01:23 +03:00
Ilya Kantor
bc8b37bafc minor fixes 2021-01-13 20:01:03 +03:00
Ilya Kantor
f6d3e300ca
Merge pull request #2429 from lumosmind/patch-61
each unit parts must be tested
2021-01-13 19:57:43 +03:00
Ilya Kantor
9c1a0fda22
Merge pull request #2431 from bilalbutt044/patch-1
Update article.md
2021-01-13 19:56:10 +03:00
Ilya Kantor
003d602069
Merge pull request #2432 from lumosmind/patch-62
individual test case for methods
2021-01-13 19:55:35 +03:00
Ilya Kantor
58e64562bb minor fixes 2021-01-13 19:54:44 +03:00
Ilya Kantor
c7d30726a2 closes #2433 2021-01-13 19:53:38 +03:00
Ilya Kantor
3c673ac64f
Merge pull request #2434 from lumosmind/patch-65
no need to "js run"
2021-01-13 19:52:04 +03:00
Ilya Kantor
09ec05c1d9 minor fixes 2021-01-13 19:49:09 +03:00
Mustafa Kemal Tuna
85fe7b8e5a
no need to "js run"
there is nothing to see when code is run. So run button for code can create some confusion.
2021-01-13 03:02:57 +03:00
Mustafa Kemal Tuna
09f8ca8659
individual test case for methods
to ensure completeness, every method should have their own individual test case.
2021-01-12 23:17:01 +03:00
Muhammad Bilal
73fd173f99
Update article.md
fix spelling of `further`
2021-01-12 23:16:01 +05:00
joaquinelio
a27b7e2310
"exception" vs "new feature" ? 2021-01-12 08:28:05 -03:00
Mustafa Kemal Tuna
afd41eaf86
each unit parts must be tested
For completeness of the test cases we could add tests for the read method. So every method can have individual test cases.
2021-01-12 05:22:25 +03:00
Sani Rich
6b296c1770
new.target is undefined not empty
It is should be made know that `new.target` is `undefined` for regular function calls than say it is empty.
2021-01-11 13:09:58 +01:00
Ilya Kantor
468e355288
Merge pull request #2423 from lumosmind/patch-56
parameters are also local variables
2021-01-10 15:51:26 +03:00
Ilya Kantor
86a60219fb minor fixes 2021-01-10 15:50:14 +03:00
Mustafa Kemal Tuna
6a432df33b
parameters are also local variables
We can declare local variables and give them initial values in parameter list of function definition. So we have another way to create local variables.
2021-01-10 00:01:17 +03:00
Ilya Kantor
2027939238 minor fixes 2021-01-09 17:29:25 +03:00
Ilya Kantor
6113f338e5
Merge pull request #2422 from lapstjup/patch-1
Update currying function to use bind instead of wrapper pass
2021-01-09 17:16:36 +03:00
Ilya Kantor
12b23c74d9
Merge pull request #2417 from lumosmind/patch-55
all operators must return a value
2021-01-09 15:41:26 +03:00
Ilya Kantor
930485ba05
Merge pull request #2419 from TaylorClay/patch-1
Minor output typo
2021-01-09 15:41:05 +03:00
Ilya Kantor
18a60ab7a9
Merge pull request #2420 from martynov-94/patch-1
Update article.md
2021-01-09 15:40:55 +03:00
Ilya Kantor
3b7d493404 closes #2421 2021-01-09 15:39:22 +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
martynov-94
2229a48957
Update article.md
One redundant 'here' here
2021-01-08 09:59:17 +03:00