Vse Mozhe Buty
64f3015dfd
Address some possible issues in 1.2.11
2020-09-23 02:40:46 +03:00
Sarah Lewis
bbaa75b59e
Improve phrasing
2020-08-18 16:28:35 -07:00
Ilya Kantor
4267d22a80
minor fixes
2020-05-21 13:42:14 +03:00
Ilya Kantor
b18ae204b1
closes #1897
2020-05-17 23:45:42 +03: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
Violet Bora Lee
b782700818
minor fixes
2020-05-06 17:10:53 +09:00
Ilya Kantor
8a13c992d6
Add nullish coalescing to multiple articles, refactor operators, renumber the chapter
2020-05-02 17:37:12 +03:00
Ilya Kantor
f6ff773033
minor fixes
2019-07-26 23:21:53 +03:00
Ilya Kantor
db4d0de26d
fixes
2019-05-06 07:44:39 +02:00
Mau Di Bert
f86d0cff2a
Update article.md
2019-01-10 21:10:05 -03:00
imidom
c214c2c8a3
Update 02-first-steps/11-logical-operators
2019-01-07 23:19:09 -05:00
MarekStocki
f6115bf2db
!
is a *logical* not, not a bitwise not
2018-10-04 13:44:07 +02:00
Ilya Kantor
dad2d807de
fix precedence
2018-07-17 11:59:07 +03:00
Ilya Kantor
90b1a2b4b5
Merge pull request #368 from brentguf/logical-operators
...
Logical operators
2018-03-03 09:19:56 +03:00
Ilya Kantor
be007e78ef
remove cut
2018-02-06 13:07:22 +03:00
Brent Guffens
4cf6cd38c7
Remove quotes around NOT operator
2018-01-17 21:35:25 +01:00
Brent Guffens
3f04442b79
Remove quotes around AND operator
2018-01-17 21:26:44 +01:00
Brent Guffens
062388f403
Remove quotes around OR operator
2018-01-17 21:16:21 +01:00
Brent Guffens
e055c4c845
Typo
2018-01-17 21:14:35 +01:00
Norman
b890e7d9d1
Typo
2017-11-05 15:13:52 +02:00
Jeff Bothe
6006abdfdc
grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16
2017-08-10 19:12:00 -05:00
Alex Hughes
e11e7804b8
Fixed typo - changed 'most of time' to 'most of the time
2017-07-17 12:02:57 -04:00
Ian Witham
effefc80bc
Grammar fixes
...
A few grammar and typo fixes
2017-07-09 12:57:24 +12:00
Ilya Kantor
0fcf9f84fa
fixes
2017-03-24 17:28:37 +03:00
Ilya Kantor
ab9ab64bd5
up
2017-03-21 14:41:49 +03:00