Commit graph

4592 commits

Author SHA1 Message Date
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
cd9c81cb79
Merge pull request #1947 from dharohar-rathore/master
Grammar and typo fix in pointer events
2020-06-08 11:08:37 +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
bba7892523
Merge pull request #1944 from michaelborn/patch-1
Grammar fix: Missing "is" in websocket EN article
2020-06-08 11:00:53 +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
Ilya Kantor
0e1cdaad24
Merge pull request #1950 from diegotc86/patch-2
Update phrasing on "Comparison with ||"
2020-06-08 10:54:39 +03:00
Ilya Kantor
d35baee32d closes #1949 2020-06-07 18:57:32 +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
Ilya Kantor
020f2ea5e2
Merge pull request #1946 from syncopika/master
remove a stray 's' that caused an error in ball drag example
2020-06-06 12:26:15 +03:00
Dharohar Rathore
b8fbd23c7b Grammar and typo fix in pointer events 2020-06-06 12:49:10 +05:30
nicholas hung
76bc708cc3 remove a stray 's' that caused an error in ball drag example 2020-06-05 22:21:15 -04: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
Michael Born
15a20a62da
Grammar fix: Missing "is" in websocket EN article
The english websocket article was missing an "in". I fixed it for you. :)
2020-06-03 11:18:56 -04: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
7b59734d5f typo 2020-06-01 09:59:03 +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
Ilya Kantor
ab93cee5b9 minor fixes 2020-06-01 09:47:07 +03:00
Ilya Kantor
9cb597e229 minor fixes 2020-06-01 09:46:43 +03:00
Ilya Kantor
8f2ae7eb20 fixes #1931 2020-06-01 09:43:55 +03:00
Ilya Kantor
479c7f908a fixes #1935 2020-06-01 09:16:59 +03:00
Tundzhay Mollov
ad0a5b32c0
Fix for Issue #1866
https://github.com/javascript-tutorial/en.javascript.info/issues/1866
2020-05-31 19:47:55 +03:00
Ilya Kantor
69e44506c3 minor fixes 2020-05-31 17:19:32 +03:00
Alexey Pyltsyn
075266e251
Update article.md 2020-05-30 20:33:51 +03:00
Tiago Castro
fef7155cd3 google js guide link 2020-05-28 09:52:41 +01:00
Ilya Kantor
cd2c7ce3c8
minor 2020-05-28 11:07:34 +03:00
Ilya Kantor
d36675ed33 minor fixes 2020-05-27 14:42:30 +03:00
Ilya Kantor
8c5fa3a871 minor fixes 2020-05-27 14:41:31 +03:00
Ilya Kantor
4a22c9896b
Merge pull request #1926 from ironsoul0/patch-1
Details on cross-origin requests & credentials
2020-05-27 11:52:08 +03:00
Ilya Kantor
e1b44e8012 Merge pull request #1927 from kumarvaibhav45/patch-1
fixed typos
2020-05-27 11:51:32 +03:00
Ilya Kantor
9141a274bb
Merge pull request #1922 from GabrieleC/master
Fix typo
2020-05-27 11:45:40 +03:00
Kumar Vaibhav
4fe42ddb74
fixed typos 2020-05-26 15:20:30 +05:30
Temirzhan Yussupov
46daea1596
Details on cross-origin requests & credentials
Cross-origin requests initiated by embedded images and forms actually bring cookies by default. Though it is incorrect to say that all cross-origin requests do not bring credentials by default.
2020-05-25 13:09:14 +06:00
GabrieleC
8613348076
Fix typo 2020-05-23 20:37:30 +02:00
Ilya Kantor
0da5b2b68c
Merge pull request #1920 from ekira/patch-1
fixed grammar
2020-05-23 19:17:47 +03:00
Ilya Kantor
3623cc2aed
Merge pull request #1917 from Logan-Schelly/master
Fixed typos on last Array Methods task.
2020-05-23 19:16:16 +03:00
Ilya Kantor
e7e0fc83f9
Merge pull request #1915 from desevoker/patch-1
Remove duplicate word "soon"
2020-05-23 19:16:00 +03:00
Ilya Kantor
43a2b02e4f
Merge pull request #1914 from ZYinMD/patch-2
correct minor error: "имя" is used in place of "name"
2020-05-23 19:15:44 +03:00