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
Daniel Tinsley
81ea42015b
Fix typo
...
Changed "it's" to "its" since that is the correct spelling of the possessive form of "it."
2020-02-26 17:19:11 -06:00
Ilya Kantor
4587fde235
re-import images (Sketch update)
2019-11-30 08:51:52 +03:00
Ilya Kantor
7418213b66
re-import images from Sketch (no changes)
2019-10-10 17:08:16 +03:00
Ilya Kantor
9bfc8cfa9c
minor
2019-08-11 14:24:31 +03:00
Ilya Kantor
4d44df6a3a
Embed font to SVG
2019-08-11 14:17:38 +03:00
Ilya Kantor
3ba28aa104
images to svg
2019-07-28 15:42:37 +03:00
Ilya Kantor
2277f2f44a
images
2019-07-27 17:30:44 +03:00
Ilya Kantor
63dc4cddd4
images to svg
2019-07-27 15:55:44 +03:00
Ilya Kantor
a6284dec25
minor
2019-07-27 00:59: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
Ilya Kantor
8f13d61a8b
Sketch editor update (no important image changes)
2019-04-05 09:17:57 +03:00
Ilya Kantor
be9c5a7b5f
re-export pictures
2019-03-02 23:36:52 +03:00
Ilya Kantor
31553694b8
Merge pull request #724 from maurodibert/patch-12
...
Update article.md
2019-01-13 20:37:00 +03:00
Ilya Kantor
7e5ffe269e
move around
2019-01-13 20:36:23 +03: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
Jay
43f3300c8f
Improved phrasing
2018-11-09 08:29:47 +01:00
Jay
9f8c0a7f9f
Improved phrasing
2018-11-09 08:25:40 +01:00
Ilya Kantor
1d517a6ded
Merge pull request #608 from jayhybrid/jayhybrid-patch-1
...
Improved phrasing
2018-11-09 10:24:57 +03:00
Ilya Kantor
901fac0595
Merge pull request #610 from jayhybrid/patch-1
...
Improved phrasing
2018-11-09 10:24:33 +03:00
Jay
610c164510
Improved phrasing
2018-11-09 08:22:37 +01:00
Jay
5a8bb8a43f
Improved phrasing
2018-11-09 08:20:33 +01:00
Jay
f44d83c594
Improved phrasing
2018-11-08 17:02:03 +01:00
Gabriel Kuslap
5fa41b360e
Fix typo: change 'if' to 'is'
2018-10-07 10:30:37 +03:00
Gabriel Kuslap
2dbfc1855c
Revert "Fix typo: change 'if' to 'is'"
...
This reverts commit 1091f1bc6c
.
2018-10-07 10:08:52 +03:00
Gabriel Kuslap
1091f1bc6c
Fix typo: change 'if' to 'is'
2018-10-07 10:06:23 +03:00
Gabriel Kuslap
d91a988aa4
Revert "fix typo: change "if" to "is""
...
This reverts commit d723403c74
.
2018-10-07 10:02:48 +03:00
Gabriel Kuslap
d723403c74
fix typo: change "if" to "is"
2018-10-07 10:00:22 +03: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