Ilya Kantor
5aba914410
Merge pull request #707 from imidom/patch-1
...
Update 1-js/02-first-steps/02-structure
2018-12-28 18:53:15 +03:00
imidom
26d3b3e921
Update 1-js/02-first-steps/02-structure
2018-12-28 10:52:36 -05:00
Ilya Kantor
371060c7ee
Merge pull request #702 from mrmowji/patch-2
...
Typo correction
2018-12-28 00:26:10 +03:00
Ilya Kantor
87bb90830e
Merge pull request #703 from mrmowji/patch-3
...
Minor improvements
2018-12-28 00:25:57 +03:00
Ilya Kantor
0cd59bfb3a
Merge pull request #705 from imidom/patch-1
...
Updated article.md for syntax / grammar
2018-12-28 00:25:09 +03:00
Ilya Kantor
f08e89d83e
Merge pull request #706 from dagolinuxoid/patch-2
...
Delete redundant Array.from() call
2018-12-28 00:24:26 +03:00
Ilya Kantor
3c5ff398cc
Merge pull request #701 from jesse-bonzo/jesse-bonzo-patch-1
...
Update date parse example
2018-12-28 00:23:18 +03:00
daGo
84df0e6f5e
Delete redundant Array.from() call
...
Since Object.values(obj) returns an array it's an overkill to make additional Array.from() call on it.
2018-12-27 23:09:30 +03:00
imidom
52e2819264
Updated article.md for syntax / grammar
...
Sorry for the delay!
2018-12-27 12:09:21 -05:00
Mojtaba Javan
2cff9517be
Naming improvement
2018-12-27 07:04:00 +03:30
Mojtaba Javan
dde3c1a00b
Added for
and for..of
...
... as ways to iterate over arrays
2018-12-27 06:34:52 +03:30
Mojtaba Javan
d9ee6e3c23
Reordering sections
...
`forEach` is mentioned as known in **reduce/reduceRight** which is a subsection of **Transform an array**, and this section is above **Iterate: forEach** where we first learn about `forEach`.
2018-12-27 06:29:22 +03:30
Mojtaba Javan
4e5aef8b1b
Naming improvement
...
`str` is used in the example too.
2018-12-27 06:20:25 +03:30
Mojtaba Javan
b688652d34
Sentence improvement
2018-12-27 05:46:29 +03:30
Mojtaba Javan
0d9eea6fa1
Sentence improvement
2018-12-27 05:22:33 +03:30
Mojtaba Javan
20ee100c20
Typo correction
...
"seroius" to "serious"
2018-12-27 04:53:34 +03:30
Jesse Bonzo
8b9fd5453b
Update date parse example
2018-12-26 09:47:26 -08:00
Ilya Kantor
e62dfd5254
Merge pull request #689 from elie222/patch-1
...
Spelling fix
2018-12-26 12:08:24 +03:00
Ilya Kantor
d138bb3dc8
Merge pull request #699 from mrmowji/patch-1
...
Typo correction
2018-12-26 12:08:12 +03:00
Mojtaba Javan
2cd0dea867
Typo correction
...
"stirng" to "string"
2018-12-26 07:58:21 +03:30
Ilya Kantor
b02f14a294
Merge pull request #698 from yowainwright/patch-1
...
[update] remove word, "novice"
2018-12-24 12:50:18 +03:00
Ilya Kantor
6d69d77472
Merge pull request #696 from StormKMD/patch-1
...
Readability changes to async/await page
2018-12-24 12:49:48 +03:00
Ilya Kantor
eb5416be94
Merge pull request #693 from medifle/patch-2
...
Fix return
2018-12-24 12:49:31 +03:00
Ilya Kantor
5b90eb74df
Merge pull request #690 from elie222/patch-2
...
Spelling fix
2018-12-24 12:48:14 +03:00
Ilya Kantor
b8de609ace
Merge pull request #687 from nickfreemandesign/patch-1
...
minor language fixes to readme
2018-12-24 12:48:05 +03:00
Ilya Kantor
c06e2eaad4
Merge pull request #685 from aakanksha-02/patch-1
...
Update article.md
2018-12-24 12:47:45 +03:00
Ilya Kantor
88ccf0d13d
Merge branch 'master' into patch-1
2018-12-24 12:47:36 +03:00
Ilya Kantor
35d3db8d94
Merge pull request #675 from simmayor/4-mouse-drag-2-drag-heroes
...
4-mouse-drag-2-drag-heroes - Fixed multiple issues that occur when mouseup is dispatched outside window
2018-12-24 12:46:42 +03:00
Ilya Kantor
5036c01843
Merge pull request #662 from simmayor/dom-attributes-and-properties
...
06-dom-attributes-and-properties - Fixed grammar
2018-12-24 12:45:47 +03:00
Ilya Kantor
63b7d3f436
Merge pull request #661 from lindsaysofia/patch-2
...
Changed ‘anotherFunctions’ to ‘anotherFunction’
2018-12-24 12:45:34 +03:00
Ilya Kantor
bc72141bb0
Merge branch 'master' into patch-2
2018-12-24 12:45:27 +03:00
Ilya Kantor
8cae95a416
Merge pull request #660 from simmayor/custom-errors
...
Custom-Errors: Fixed spelling
2018-12-24 12:44:44 +03:00
Ilya Kantor
30833f49bf
Merge pull request #658 from simmayor/prototype-methods2
...
Fixed spelling
2018-12-24 12:44:29 +03:00
Ilya Kantor
8aa7281d79
Merge pull request #657 from simmayor/prototype-inheritance2
...
Prototype-inheritance - semicolons
2018-12-24 12:40:48 +03:00
Ilya Kantor
37053155e5
Merge pull request #649 from imidom/patch-1
...
Update syntax / grammar of 2-code-editors
2018-12-24 12:40:26 +03:00
Ilya Kantor
744f3fc9b2
Merge branch 'master' into patch-1
2018-12-24 12:40:16 +03:00
Jeff Wainwright
1dc67455d9
[update] remove word, "novice"
...
The word "novice" is unneeded within a sentence describing a common pitfall.
2018-12-23 16:55:29 -08:00
Kenny
e66b4ffa69
Readability changes to async/await page
...
Some of the flow in this page is a bit confusing - I think the changes I have made make it easier to read.
2018-12-21 14:02:40 -05:00
medifle
54084ef856
fix return
...
return may need to be an empty array, else if you:
parse(""), it will raise TypeError
2018-12-19 17:52:45 -05:00
Elie
e9ed9f16c9
Spelling fix
2018-12-19 01:26:52 +02:00
Elie
59650ec282
Spelling fix
2018-12-19 00:16:54 +02:00
nickfreeman
34be6e923c
minor language fixes to readme
2018-12-18 10:23:30 -05:00
Aakanksha
0a59469065
Update article.md
2018-12-17 18:24:08 +05:30
Ilya Kantor
45435ce1bb
Merge pull request #664 from simmayor/introduction-browser-events2
...
01-introduction-browser-events - Removed duplicate word
2018-12-15 19:08:48 +03:00
Ilya Kantor
f96a3b675e
Merge pull request #665 from simmayor/introduction-browser-events3
...
01-introduction-browser-events - Fixed spelling and grammar
2018-12-15 19:08:34 +03:00
Ilya Kantor
215c6c9cc7
Merge pull request #667 from maurodibert/patch-2
...
Update article.md
2018-12-15 19:08:23 +03:00
Ilya Kantor
630926dd2e
Merge pull request #666 from l3satwik/string-val
...
Object.keys() returns array of string.
2018-12-15 19:08:16 +03:00
Ilya Kantor
0113e5aa1a
Merge pull request #669 from maurodibert/patch-4
...
Update test.js
2018-12-15 19:07:56 +03:00
Ilya Kantor
2ad2c2ba6c
Merge pull request #668 from maurodibert/patch-3
...
Update test.js
2018-12-15 19:07:35 +03:00
Ilya Kantor
9d9392f4ac
Merge pull request #670 from maurodibert/patch-5
...
Update test.js
2018-12-15 19:07:16 +03:00