Sani Rich
6b296c1770
new.target is undefined not empty
...
It is should be made know that `new.target` is `undefined` for regular function calls than say it is empty.
2021-01-11 13:09:58 +01:00
Ilya Kantor
2754e03de2
closes #2410
2020-12-31 14:45:19 +03:00
Ilya Kantor
9700f82b12
Merge pull request #2283 from leviding/patch-31
...
FIX: some typo error
2020-11-25 08:48:09 +03:00
Peter Roche
ac92672cbd
And a little more
...
More little tweaks. That should do for now.
2020-11-24 02:33:38 -07:00
Peter Roche
865c3290ed
Further minor changes to punctuation and wording
...
(even more minor)
2020-11-24 02:22:47 -07:00
Peter Roche
58136cb44f
Update article.md
...
Various minor punctuation and phrasing changes.
2020-11-24 01:59:50 -07:00
joaquinelio
bd448509d2
fix nested markdown
2020-11-24 01:27:40 -03:00
Ilya Kantor
2f0c37db83
fixes
2020-11-22 14:29:25 +03:00
LeviDing
cb62d6d867
Update article.md
2020-11-15 21:19:03 +08:00
LeviDing
75e10e203e
Update article.md
2020-11-15 20:09:54 +08:00
LeviDing
7a67741a9b
Update article.md
2020-11-15 19:42:42 +08:00
satyam bansal
0bdf17e74b
Fix Optional chaining doc
2020-11-01 17:59:28 +05:30
mikemitchell574
ccfec1fae0
Add emphasis for clarity
2020-10-25 16:07:19 -04:00
Vse Mozhe Buty
9b2f866a39
Fix typo in 1.4.7 (optional chaining)
2020-10-20 20:08:15 +03:00
Ilya Kantor
971a32e114
Update article.md
2020-10-20 11:56:11 +03:00
Ilya Kantor
24ff585f6b
Update article.md
2020-10-20 11:55:51 +03:00
Ilya Kantor
a50239806a
Update article.md
2020-10-20 11:41:34 +03:00
Ilya Kantor
6393a9fe66
Update article.md
2020-10-20 11:40:25 +03:00
Ilya Kantor
614c5ff214
Update article.md
2020-10-20 11:38:38 +03:00
Ilya Kantor
1197b01da5
Update article.md
2020-10-20 11:34:54 +03:00
Ilya Kantor
e92bbb1303
Update article.md
2020-10-20 11:29:31 +03:00
Ilya Kantor
9ad8f66e58
Update article.md
2020-10-20 11:28:12 +03:00
Ilya Kantor
d961910b6c
Update article.md
2020-10-20 11:27:04 +03:00
Ilya Kantor
fca113b532
Update article.md
2020-10-20 11:20:50 +03:00
Ilya Kantor
d4120a0ae5
Update article.md
2020-10-20 11:17:09 +03:00
Ilya Kantor
44a17a32ca
Update article.md
2020-10-20 11:14:04 +03:00
Ilya Kantor
c69ca0dd1c
Update article.md
2020-10-20 11:13:04 +03:00
Ilya Kantor
7487ce9ebe
Update article.md
2020-10-20 11:11:31 +03:00
Ilya Kantor
959dc23a9b
Update article.md
2020-10-20 11:11:07 +03:00
Ilya Kantor
e74295c42c
Update article.md
2020-10-20 08:37:18 +03:00
Ilya Kantor
c634301e90
Update article.md
2020-10-20 08:27:07 +03:00
Ilya Kantor
9d4a69d42d
Update article.md
2020-10-20 08:26:40 +03:00
Ilya Kantor
030decc910
Update article.md
2020-10-20 08:24:11 +03:00
Ilya Kantor
d6e88647b4
minor fixes
2020-10-17 21:50:55 +03:00
Ilya Kantor
d3b38c2837
minor fixes
2020-10-11 17:16:04 +03:00
Ilya Kantor
3fbbcd1559
minor fixes
2020-10-11 17:15:40 +03:00
Ilya Kantor
e7953a4759
minor fixes
2020-10-11 17:14:36 +03:00
Ilya Kantor
1273ae44e3
minor fixes
2020-10-11 17:12:11 +03:00
Ilya Kantor
edef0b4306
minor fixes
2020-10-09 19:01:31 +03:00
Ilya Kantor
1200946a72
Merge pull request #2155 from Mr0cket/patch-2
...
1.4.1.8_multiply numeric - Update 'properties' to 'property values'
2020-10-07 21:27:16 +03:00
Ilya Kantor
f4cf5808c8
minor fixes
2020-10-06 13:04:37 +03:00
Ilya Kantor
f409905f7b
minor fixes
2020-10-06 00:47:39 +03:00
Vse Mozhe Buty
4320617f8a
Fix syntax enumeration in 1.4.7
...
Currently, syntax of the 1 and 3 cases is the same.
2020-10-05 19:59:16 +03:00
Milo Silva
73550e58ac
Update 'properties' to 'property values'
...
The task asks to multiply numeric object 'properties', however the term 'object properties' include both the 'property keys' of the object as well as the 'property values' of the object. It is clear the intention of the task is to change property values.
This change improves clarity of the task description.
2020-09-27 11:08:51 +02:00
Ilya Kantor
bd8e8a9bdd
minor fixes
2020-09-12 19:48:22 +03:00
Ilya Kantor
0168147c81
Merge pull request #2081 from MuhammedZakir/master
...
Restructure the Solution for 'Army of Functions' task and Fix Typos
2020-09-10 18:05:14 +03:00
Ilya Kantor
88ad89f029
Merge pull request #2015 from leviding/patch-21
...
Delete a blank
2020-09-05 17:06:18 +03:00
MuhammedZakir
0f5b63d86f
Restructure the Solution for 'Army of Functions' task and Fix Typos
...
Fix #2068 - Army of Functions
Fix #2070 - Typo
Fix #2056 - Grammatical Error
Fix #2074 - Remove semi-colon after function declaration
2020-09-04 13:38:41 +05:30
Ilya Kantor
8e1f438a5b
Merge pull request #1990 from lumosmind/patch-43
...
more definitive title
2020-07-23 23:09:25 +03:00
Mustafa Kemal Tuna
41766c939e
grammar fix
2020-07-23 22:31:55 +03:00