Ilya Kantor
2b79ab1ff8
minor fixes
2020-12-14 17:34:52 +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
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
e52705e012
fixes
2019-08-02 13:48:10 +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
f6ff773033
minor fixes
2019-07-26 23:21:53 +03:00
Adarsh Naidu
bacf5dfc61
Minor correction in the answer
...
Changed from
result = (a + b < 4) ? 'Below' : 'Over';
to
let result = (a + b < 4) ? 'Below' : 'Over';
2019-07-23 17:43:31 +05:30
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
7e5ffe269e
move around
2019-01-13 20:36:23 +03:00
Mau Di Bert
f8aec45ab2
Update task.md
...
Logical Operators are explained in the next chapter. I proposed the possibility of another hint for that here from your tutorial but maybe could be better to move the exercise one chapter.
2019-01-11 07:51:02 -03:00
imidom
42cf06db0a
Update 02-first-steps/10-ifelse
2019-01-06 13:38:04 -05:00
Ilya Kantor
d0fcf522da
sketch downgrade to 50 for good arrows, closes #494
2018-10-09 12:00:34 +03:00
Ilya Kantor
aa43deef3b
closes #516
2018-10-07 20:19:48 +03:00
Ilya Kantor
c4c293fd1c
Merge pull request #405 from snakecase/patch-1
...
Fix incomplete variable in if...else example
2018-03-31 22:59:20 +03:00
Ilya Kantor
63e1268574
Merge pull request #406 from snakecase/patch-2
...
Fix check for an empty input or ESC key press
2018-03-31 22:59:08 +03:00
snakecase
a5e649d966
Add a hint for empty input and pressing ESC during prompts
...
Added this hint because it's not obvious for newcomers and because the task requires to check prompt for two different values to give alert('Canceled').
2018-03-11 11:00:24 +05:00
snakecase
6410140c37
Fix check for an empty input or ESC key press
...
According to the task both of these should give an alert('Canceled'). Previous solution implied that both empty input and ESC key return null, but in Chrome 64.0.3282.186 an empty input returns '' instead of null. So we are adding an additional check.
2018-03-11 10:44:54 +05:00
snakecase
c360e9d5f9
Fix incomplete variable in if...else example
...
It is in section "Multiple '?'".
2018-03-11 09:46:38 +05:00
Ilya Kantor
be007e78ef
remove cut
2018-02-06 13:07:22 +03:00
Brent Guffens
cdd6c6b21c
Update article.md
2018-01-17 17:39:51 +01:00
Anmol Sethi
0395673650
Safari does not return an empty string when a prompt is cancelled
...
title
2017-08-17 21:28:37 -04:00
Jeff Bothe
6006abdfdc
grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16
2017-08-10 19:12:00 -05:00
cpxPratik
03da843d28
Update article.md
...
Fix typo
2017-07-28 16:55:21 +05:45
cpxPratik
70dfe976ff
Update article.md
2017-07-28 16:52:56 +05:45
Alex Hughes
52c807e6bc
Fixed sentence for readability.
2017-07-16 16:14:17 -04:00
Ian Witham
a41a141613
Grammar fix
2017-07-09 12:16:45 +12:00
jeff-wolff
60cb38dd82
maintain consistency in example
2017-07-02 17:25:46 -07:00
Ilya Kantor
acee6949c9
up
2017-06-11 16:24:04 +03:00
Ilya Kantor
0fcf9f84fa
fixes
2017-03-24 17:28:37 +03:00
Ilya Kantor
9ad9063d00
up
2016-11-28 21:35:42 +03:00