Commit graph

396 commits

Author SHA1 Message Date
ajitsinghkaler
c7a9080934 BigInt Type added in primitive types 2019-11-20 22:46:48 +05:30
Alexey Pyltsyn
53ae1bb015
Fix link 2019-11-08 23:50:31 +03:00
Ilya Kantor
2aedc2df49 refactor arrow functions 2019-11-06 14:52:58 +03:00
Ilya Kantor
6165a9a727 split arrow functions 2019-11-06 14:05:43 +03:00
Violet Bora Lee
3ffa0beab0 minor fixes 2019-11-03 22:14:28 +09:00
Arian Alijani
7371945a46
Missed function expression semicolon
Adding missed semicolon in function expression example.
2019-10-28 17:57:22 +03:30
Ilya Kantor
7418213b66 re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
rahulgupta92
a3f924345f Typo fixed in "Function expressions and arrows" 2019-09-27 23:48:43 +05:30
Ilya Kantor
43522e125b closes #1377 2019-09-25 06:21:52 +03:00
siddtheone
2e97bb042b
Spell correction
Changed hid -> hide
2019-09-24 14:34:19 +05:30
Violet.Lee
ff75cafdc2
typo 2019-09-24 00:38:09 +09:00
Patrick Silvestre
611c0fa10c
Update article.md 2019-09-16 02:08:16 -07:00
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