LeviDing
23fb044973
Update task.md
2020-07-07 20:18:26 +08:00
LeviDing
8a9f440547
Fix error of BigInt
2020-07-06 15:17:06 +08:00
Shubham Maurya
d9ab352ed8
Update article.md
...
Minor edit around example code: " should be around id
2020-07-05 23:18:37 +05:30
Ilya Kantor
445bda3980
minor fixes
2020-07-05 15:52:10 +03:00
Mustafa Kemal Tuna
5ac51835a7
more definitive title
...
There are also array literals and string literals.
2020-07-04 18:34:34 +03:00
Pushpender
eb49cb9345
Type mistake
...
Used "unitialized" instead of "uninitialized"
2020-07-02 23:18:39 +05:30
Ilya Kantor
26bf51af3e
minor fixes
2020-07-02 14:26:08 +03:00
Ilya Kantor
94c8fcb248
minor fixes
2020-07-02 14:24:52 +03:00
Dratzidis Athanasios
3eb13d5ef8
Corrected a typo
2020-07-02 05:55:23 +03:00
Mustafa Kemal Tuna
ad0dd99b62
is 'if' operator?
...
The title makes me ask "is 'if' keyword operator or not?".
I think 'if' is not operator because it does not return any value and it is called if-statement.
2020-07-01 18:19:32 +03:00
Ilya Kantor
ea3d179622
Merge pull request #1981 from leviding/patch-13
...
Fix minor typo error: delete blank
2020-07-01 11:57:51 +03:00
Ilya Kantor
da9849d61a
fixes #1979
2020-07-01 11:54:48 +03:00
LeviDing
db102cbf89
Fix minor typo error: delete blank
2020-07-01 16:18:46 +08:00
刘二男
3e2309cb9b
Update article.md
2020-07-01 14:37:59 +08: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
DanGhanbari
01e584fc81
update solution.md
...
There are some missing "=" sign according to the question.
2020-06-28 23:30:03 +01:00
traxium
41a1b92919
Fix typo in /instanceof section (widow -> Window)
2020-06-28 12:46:59 +07:00
Akshay Mittal
1b1b07edac
Update article.md
...
minor typo fix
2020-06-28 00:24:10 +05:30
Roman Romanenko
edfe300d80
Update article.md
...
Fixing a typo
2020-06-23 17:47:41 +03:00
Ilya Kantor
ef2760eb86
minor fixes
2020-06-22 19:41:24 +03:00
Ilya Kantor
dde5fed4bd
minor fixes
2020-06-22 19:41:24 +03:00
Peter Roche
e4e6a50b57
'where finds it and changes' -> 'where it finds and changes it'
...
Was tempted to suggest something a bit wordier: "where it finds it and, in this case, changes it", but I thought this would do.
2020-06-21 03:51:06 -06:00
Peter Roche
1f7b137e64
'since this moment' -> 'from this point forward'
2020-06-21 03:26:05 -06:00
Rizky
15d638e8d9
Fix typo
...
followed -> followed by
2020-06-20 03:34:45 +00:00
aadijoshi
393f1ce33d
Set fake timers after calling throttle
...
Calling throttle before setting the fake timers will break any implementations that save a timestamp outside the wrapper function.
2020-06-16 18:51:17 +05:30
Ilya Kantor
0ef2dd3ae4
Merge pull request #1956 from Logan-Schelly/testcases/function-object-5
...
Testcases/function object 5
2020-06-16 09:14:54 +03:00
Logan Schelly
267e825560
Made the test cases easier to read.
2020-06-15 15:13:01 -06:00
Ilya Kantor
a9925f4917
minor fixes
2020-06-15 14:54:44 +03:00
Ilya Kantor
42b0220680
minor fixes
2020-06-15 14:49:46 +03:00
Logan Schelly
8e861596d7
Merge branch 'master' of https://github.com/javascript-tutorial/en.javascript.info into testcases/function-object-5
2020-06-10 15:40:04 -06:00
Logan Schelly
e5fe4a08bd
Got rid of excessive newlines in task/sum-many-brackets sandbox code.
2020-06-10 15:38:18 -06:00
Logan Schelly
f20fb43f70
Add test case/sandbox for 1-js/06-advanced-functions/06-function-object/5-sum-many-brackets
...
I used the solution and examples already in the article.
I chose to make the test cases use Array.reduce() to compute the sum,
instead of hard-coding the answer myself.
Not sure how good of practice that is.
2020-06-10 15:29:06 -06:00
Ilya Kantor
b52aa942a8
minor fixes
2020-06-09 13:56:25 +03:00
Ilya Kantor
21115c84fc
Merge pull request #1948 from diegotc86/patch-1
...
Match the solution with the question on "Type conversions" task
2020-06-08 11:08:14 +03:00
Ilya Kantor
f5a3f379a4
minor fixes
2020-06-08 11:07:46 +03:00
Ilya Kantor
c2c080ed8e
minor fixes
2020-06-08 11:04:16 +03:00
Ilya Kantor
675861b93b
Merge pull request #1945 from Logan-Schelly/testcases/closure-9
...
Add test cases for 1-js/06-advanced-functions/03-closure/9-sort-by-field
2020-06-08 11:01:38 +03:00
Ilya Kantor
344993dd0b
Merge pull request #1941 from GabrieleC/master
...
fixed wrong formatting
2020-06-08 10:59:44 +03:00
Ilya Kantor
30c9c32cd7
minor fixes
2020-06-08 10:59:06 +03:00
Ilya Kantor
cea9d8c9c2
minor fixes
2020-06-08 10:55:41 +03:00
Diego Torres
d90b204f78
Update phrasing on "Comparison with ||"
...
The phrase `zero becames 100.` make me think that there is a variable `zero` defined when there is not.
2020-06-06 23:18:49 -05:00
Diego Torres
d5c3ac938f
Match the solution with the question on task.md
...
On task.md, " -9 " has 2 white spaces before "-9".
2020-06-06 21:36:55 -05:00
Logan Schelly
a0383c07c0
Add test cases for 1-js/06-advanced-functions/03-closure/9-sort-by-field
...
Just a simple check to see if the code works on the example given in the task.
2020-06-04 23:07:25 -06:00
Gabriele Coletta
65eefe0187
fixed wrong formatting
2020-06-02 11:57:57 +02:00
Ilya Kantor
ecfcff24a4
Merge pull request #1928 from tiagocastro070/google-js-guide
...
google js guide link
2020-06-01 09:59:37 +03:00
Ilya Kantor
a701341f82
Merge pull request #1932 from tmollov/master
...
Fix for Issue #1866
2020-06-01 09:57:44 +03:00
Ilya Kantor
1b2a192f28
minor fixes
2020-06-01 09:55:46 +03:00
Ilya Kantor
5cd131403e
minor fixes
2020-06-01 09:55:35 +03:00
Ilya Kantor
d6a3bd1da1
minor fixes
2020-06-01 09:47:29 +03:00