Commit graph

2062 commits

Author SHA1 Message Date
11un
9dbbdc1d80 typo "need (to) change approach.." 2019-01-12 09:47:35 -08:00
imidom
cf2a2d77b3
Merge pull request #725 from iliakan/imidom-patch-1
Update while-for
2019-01-10 21:17:45 -05:00
imidom
278ee28895
Finish updating while-for 2019-01-10 21:16:56 -05:00
imidom
e1739fc9ab
Update--Loops: while and for 2019-01-10 21:04:20 -05:00
Ilya Kantor
754cc6d70e
Merge pull request #720 from maurodibert/patch-8
typo
2019-01-10 19:33:31 +03:00
Ilya Kantor
009257d1d8
Merge pull request #719 from dagolinuxoid/patch-2
typo
2019-01-10 19:33:21 +03:00
Mau Di Bert
cfd46fd2d8
typo 2019-01-10 11:03:51 -03:00
daGo
b17f39f2e8
typo
Or, alternatively, recreate the constructor property it manually: -> Or, alternatively, recreate the constructor property manually:
2019-01-10 10:36:36 +03:00
Ilya Kantor
9e593ccb1f
Merge pull request #717 from 11un/patch-1
change netbeans (paid) to (free)
2019-01-09 14:45:10 +03:00
11un
dbc1b40d45 change netbeans (paid) to (free) 2019-01-08 15:02:35 -08:00
imidom
c214c2c8a3
Update 02-first-steps/11-logical-operators 2019-01-07 23:19:09 -05:00
Ilya Kantor
261f94b111
Merge pull request #713 from Roninii/patch-1
Minor grammar fixes.
2019-01-08 00:49:09 +03:00
imidom
42cf06db0a
Update 02-first-steps/10-ifelse 2019-01-06 13:38:04 -05:00
imidom
3a24621e7e
Update 02-first-steps/09-alert-prompt-confirm 2019-01-04 08:53:38 -05:00
Ronnie Villarini
a78562436e
Minor grammar fixes. 2019-01-03 10:04:11 -06:00
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
Ilya Kantor
8dccde5b82
Update README.md 2018-12-31 02:10:59 +03:00
Ilya Kantor
f485a99a16
Delete test.md 2018-12-31 02:10:14 +03:00
Ilya Kantor
1a6efb668e
Create test.md 2018-12-30 22:01:32 +03:00
Ilya Kantor
6154409256
Merge pull request #710 from ahmadalfy/patch-1
fix: missing parentheses causing syntax error
2018-12-30 18:39:29 +03: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
Ahmad Alfy
a554de470e
fix: missing parentheses causing syntax error 2018-12-29 20:03:11 +02: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
Ilya Kantor
721081b25c
Merge pull request #708 from iliakan/imidom-patch-1
Update 03-strict-mode for style / grammar
2018-12-29 02:29:07 +03:00
imidom
e323d3a262
Update 03-strict-mode for style / grammar 2018-12-28 18:26:21 -05:00
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