Commit graph

384 commits

Author SHA1 Message Date
Ilya Kantor
a30e4643c7
Merge branch 'master' into master 2019-09-02 22:01:16 +03:00
Ilya Kantor
e9ded79b03 fixes 2019-08-30 23:59:08 +03:00
Ilya Kantor
f643be326c minor 2019-08-30 23:04:47 +03:00
Ilya Kantor
df3260a44e fixes 2019-08-29 20:40:41 +03:00
Ilya Kantor
2b14644218
Merge pull request #1280 from cluah/patch-1
fix incorrect description
2019-08-28 08:47:18 +03:00
Ilya Kantor
85cb006832
Merge pull request #1281 from cluah/patch-2
improve description
2019-08-28 08:46:55 +03:00
Ilya Kantor
b218b185b0 fixes #1261 2019-08-28 08:44:35 +03:00
cluah
bf230df7a9
improve description
Change the order between ´body´ and ´step´. Also delete the phrase '... but before the condition check', which seems a bit confusing.
2019-08-27 18:26:49 -04:00
cluah
a301935df2
minor 2019-08-27 17:43:54 -04:00
Michael Gellings
7b7fdca923 clarify type conversion headings 2019-08-27 15:33:47 +02:00
Ilya Kantor
cdf6156088 minor 2019-08-17 20:28:00 +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
e82885055b closes #1233 2019-08-09 17:35:25 +03:00
Ilya Kantor
72edbfb563 minor 2019-08-07 22:27:45 +03:00
Ilya Kantor
8bd8e90488 minor 2019-08-07 17:31:14 +03:00
Ilya Kantor
b7a0591007 minor 2019-08-06 09:50:01 +03:00
Ilya Kantor
50094f72ee minor 2019-08-04 00:47:12 +03:00
Ilya Kantor
e50b6cc744 minor 2019-08-04 00:21:44 +03:00
Ilya Kantor
886a62d1ce
Merge pull request #1208 from upbeatcode/master
update article.md
2019-08-03 08:53:51 +03:00
Adarsh Naidu
0db121d707
Updated article.md
Made the statement more clear and precise.
2019-08-03 10:49:28 +05:30
Ahmed Bouhamra
38e1937a88 update article.md 2019-08-03 01:39:03 +00:00
Ilya Kantor
e52705e012 fixes 2019-08-02 13:48:10 +03:00
Amir Hosein Salimi
4f695061f5
Fix a small typo
The sentence "no matter what is the value" is not interrogative. It should be "no matter what the value is".
2019-07-29 22:44:49 +04:30
Ilya Kantor
f72405a263 minor 2019-07-29 18:02:18 +03:00
Ilya Kantor
19c782ff3d fix 2019-07-29 17:01:05 +03:00
Ilya Kantor
db9d685798 cleanup 2019-07-29 14:16:28 +03:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
Ilya Kantor
fa50e7f423
Merge pull request #1186 from sridharkritha/patch-1
Minor typo error
2019-07-27 18:41:05 +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
sridharkritha
afe6d115e4
Minor typo error 2019-07-27 04:36:42 +01: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
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
Violet.Lee
c8d3fb78d0
minor fix
In the browser, the button to cancel has been labeled with `Cancel` not `CANCEL`
2019-07-09 14:50:00 +09:00
Ilya Kantor
46a9bb5e34 use strict for FD visibility 2019-07-01 13:59:58 +03:00
Ilya Kantor
d1190aae21 minor 2019-06-28 15:18:55 +03:00
Ilya Kantor
25d48a3648 sketch up, event loop 2019-06-26 23:29:28 +03:00
Ilya Kantor
9d010198e8 minor 2019-06-24 13:58:26 +03:00
Ilya Kantor
3c37e1de7b fixes #1041 2019-06-07 09:29:16 +03:00
Ilya Kantor
bdda1af6b0 minor 2019-05-23 07:56:42 +03:00
Azaldin Freidoon
d7834f29e8 Fixed an error in the 'An incomparable undefined' section. The value 'undefined' is not only equal to 'null', but to 'undefined' as well. 2019-05-19 19:22:53 -07:00
Ilya Kantor
98d39621d4 minor 2019-05-16 16:52:52 +03:00
Ilya Kantor
d9740908bf fixes 2019-05-16 13:37:25 +03:00
Ilya Kantor
2035e46305 minor 2019-05-09 20:37:45 +03:00
Ilya Kantor
ed86221c7f fixes 2019-05-06 15:18:35 +02:00
Ilya Kantor
db4d0de26d fixes 2019-05-06 07:44:39 +02:00
Ilya Kantor
2634131fac minor 2019-05-05 09:09:58 +02:00
Ilya Kantor
0af081d45b
Merge pull request #948 from Okoyecb/patch-1
Update article.md
2019-04-30 22:05:55 +02:00