imidom
f7686f8f30
Update typo: don't instead of doesn't
2019-01-03 09:16:06 -05:00
imidom
6b6f51b65f
Update 02-first-steps/08-comparison
2019-01-03 09:13:11 -05:00
imidom
aced5f4a13
Update 02-first-steps/07-operators
2018-12-29 23:51:09 -05:00
imidom
5e6ad1eca5
Update 02-first-steps/06-type-conversions
2018-12-29 21:18:29 -05:00
imidom
f2bece38d0
Update 02-first-steps/05-types
2018-12-29 12:19:23 -05:00
imidom
d226cd1a54
Update task.md
2018-12-28 19:22:46 -05:00
imidom
6244060545
Update article.md
2018-12-28 19:20:48 -05:00
imidom
e323d3a262
Update 03-strict-mode for style / grammar
2018-12-28 18:26:21 -05: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
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
Mojtaba Javan
2cd0dea867
Typo correction
...
"stirng" to "string"
2018-12-26 07:58:21 +03:30
Ilya Kantor
5b90eb74df
Merge pull request #690 from elie222/patch-2
...
Spelling fix
2018-12-24 12:48:14 +03:00
Ilya Kantor
88ccf0d13d
Merge branch 'master' into patch-1
2018-12-24 12:47:36 +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
744f3fc9b2
Merge branch 'master' into patch-1
2018-12-24 12:40:16 +03: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
Aakanksha
0a59469065
Update article.md
2018-12-17 18:24:08 +05:30
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
Ilya Kantor
5a01431820
Merge pull request #672 from biancapower/patch-1
...
Fix grammatical typo
2018-12-15 19:05:06 +03:00
Ilya Kantor
553cd0e547
Merge pull request #676 from maurodibert/patch-7
...
Update solution.md
2018-12-15 19:04:08 +03:00
Ilya Kantor
936caa8c74
Merge pull request #677 from Stratyev/patch-1
...
Update article.md
2018-12-15 19:03:06 +03:00
Ilya Kantor
3c9cfdd883
Merge pull request #682 from caspringer/patch-6
...
Improve/fix usage of bracket
2018-12-15 19:02:20 +03:00
Ilya Kantor
7e874dc9ea
Merge pull request #683 from Arshath123/patch-1
...
Update article.md
2018-12-15 19:01:37 +03:00
Ilya Kantor
7a23ea1052
Update solution.md
2018-12-15 18:59:38 +03:00
Mohamed Arshath
4ec77b3d7a
Update article.md
2018-12-14 19:56:44 +05:30
caspringer
58ba9f797b
Improve/fix usage of bracket
2018-12-14 08:08:10 -05:00
Stratyev
4cda3f44ae
Update article.md
...
Remove the extra parenthesis.
2018-12-12 23:01:11 +03:00
Mau Di Bert
6a786dfe93
Update solution.md
2018-12-12 11:13:22 -03:00