LeviDing
abfa6dc1fe
Change equality sign =
to equality sign ==
2020-07-12 18:33:50 +08:00
Mazhar Zandsalimi
56edf4ac5b
minor fix: precedence is 5 according to MDN
2020-07-11 13:27:49 +04:30
LeviDing
8a9f440547
Fix error of BigInt
2020-07-06 15:17:06 +08: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
LeviDing
db102cbf89
Fix minor typo error: delete blank
2020-07-01 16:18:46 +08:00
Ilya Kantor
dde5fed4bd
minor fixes
2020-06-22 19:41:24 +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
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
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
69e44506c3
minor fixes
2020-05-31 17:19:32 +03:00
Ilya Kantor
0da5b2b68c
Merge pull request #1920 from ekira/patch-1
...
fixed grammar
2020-05-23 19:17:47 +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
Antony ekirapa
bdd936f339
fixed grammar
2020-05-23 12:11:46 +03:00
Ilya Kantor
4267d22a80
minor fixes
2020-05-21 13:42:14 +03:00
Dmytro Hrynchyi
4e67c0f055
Remove duplicate word "soon"
2020-05-19 22:55:53 +03:00
Ilya Kantor
6c6d5a4478
minor fixes
2020-05-18 09:33:59 +03:00
Ilya Kantor
b18ae204b1
closes #1897
2020-05-17 23:45:42 +03:00
Ilya Kantor
9353a04156
Merge pull request #1894 from mKawi/patch-1
...
Fix Typo in logical operators
2020-05-17 23:44:44 +03:00
Ilya Kantor
c331e443d8
Merge pull request #1880 from RyanAmeri/master
...
Updated to show Edge now supports BigInt
2020-05-17 20:23:09 +03:00
Alexey Pyltsyn
2bd28fe621
Merge pull request #1881 from thediveshsoni/patch-1
...
Typo Error in Description of "alert"
2020-05-09 22:57:05 +03:00
Pedro Pimenta
0bc8ab6aa2
Fix a small text typo
2020-05-09 00:27:26 +02:00
Moudi Kawi
f9ad7195e0
Fix Typo in logical operators
...
true || alert("printed")
false || alert("not printed")
This is confusing to a student as the first won't be printed, but the second will print "not printed". I've reversed it to this so it makes much more sense to a learner:
true || alert("not printed")
false || alert("printed")
2020-05-08 16:56:08 +01:00
Vinit Raut
fe78701dcd
fixing a typo on line 431
...
added changes from 'numebers' to 'numbers' on line 431
2020-05-08 02:22:29 +05:30
Ilya Kantor
cd5a7e451f
fix debounce
2020-05-06 20:27:34 +03:00
Violet Bora Lee
b782700818
minor fixes
2020-05-06 17:10:53 +09:00
Matt Jackson
fd45b7fdc5
apostrophe
2020-05-05 11:46:52 +01:00
Matt Jackson
ea397041e0
small phrase change 1.1
2020-05-05 11:42:11 +01:00
Matt Jackson
a5f6a988bc
small phrase change
2020-05-04 14:45:28 +01:00
Ilya Kantor
c2ce2d4cbd
minor fixes
2020-05-04 10:49:39 +03:00
Peter Roche
09a964e969
'somewhy' -> 'for some reason it'
...
I had to look this up, not recalling having heard "somewhy" before. It's clear what it means, but is not a word in American English (though apparently it is used in British English, at least sometimes). Maybe should be a word, but somewhy it isn't.
2020-05-02 16:23:56 -06:00
Divesh Soni
0835b11dd2
Update article.md
...
Repeated word in the description of alert
2020-05-02 23:11:29 +05:30
Ilya Kantor
8a13c992d6
Add nullish coalescing to multiple articles, refactor operators, renumber the chapter
2020-05-02 17:37:12 +03:00
RyanAmeri
5a6be36ee8
Updated to show Edge now supports BigInt
2020-05-02 07:29:23 +10:00
Ilya Kantor
175aefa0b8
minor fixes
2020-04-30 10:23:50 +03:00
Janina
ec9ae12900
add break to number case
2020-04-28 18:06:12 -07:00
Sambalim
0287fbd362
Change switch Grouping of "case" example
...
Change switch Grouping of "case" example
2020-04-03 08:40:17 +09:00
Ilya Kantor
6f45ce77c9
Merge pull request #1809 from leviding/patch-4
...
Add bigint to 1-js/02-first-steps/17-javascript-specials/article.md
2020-04-03 01:50:47 +03:00
Alexey Pyltsyn
c41b8bd8d2
Update article.md
2020-03-29 05:57:23 +03:00
LeviDing
304ae1cd03
Update article.md
2020-03-26 12:35:51 +08:00
LeviDing
460e7a852b
Update article.md
2020-03-23 11:53:28 +08:00
Ilya Kantor
d2ac997f1c
Merge pull request #1798 from leviding/patch-4
...
Update solution of 1-js/02-first-steps/01-hello-world/1-hello-alert
2020-03-21 21:14:48 +03:00
Ilya Kantor
58d4329bb5
Merge pull request #1771 from detinsley1s/patch-1
...
Fix typo
2020-03-21 09:13:19 +03:00