Ilya Kantor
e6b28a38ec
fixes
2019-01-15 15:29:41 +03:00
Ilya Kantor
32a8c35485
Merge pull request #737 from 11un/patch-5
...
typos + clean-up wording
2019-01-15 00:16:53 +03:00
11un
1e28ff8978
typos + clean-up wording
2019-01-14 13:00:08 -08:00
Mau Di Bert
4dae8f556c
Update article.md
...
Typo
2019-01-14 16:32:33 -03:00
Ilya Kantor
1bd8f97e4b
Merge pull request #731 from maurodibert/patch-10
...
Update article.md
2019-01-14 17:04:11 +03:00
Ilya Kantor
4eac4ef709
minor
2019-01-14 17:03:53 +03:00
Mau Di Bert
697bbf8c10
Update article.md
...
Since there are mentioned other things explained in less detail (as Bitwise operators), could be useful to have this explained here.
2019-01-14 10:05:27 -03:00
Ilya Kantor
a733718af3
Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en
2019-01-13 20:40:08 +03:00
Ilya Kantor
ed4878f269
minor
2019-01-13 20:39:56 +03:00
Ilya Kantor
31553694b8
Merge pull request #724 from maurodibert/patch-12
...
Update article.md
2019-01-13 20:37:00 +03:00
Ilya Kantor
005ad3d34f
Merge pull request #726 from lindsaysofia/patch-3
...
Changed 'each' function reference to 'after'
2019-01-13 20:36:37 +03:00
Ilya Kantor
7e5ffe269e
move around
2019-01-13 20:36:23 +03:00
Ilya Kantor
fdad5ff3ac
Merge pull request #727 from maurodibert/patch-11
...
Update task with a hint or another exercise/solution.md
2019-01-13 20:33:03 +03:00
Ilya Kantor
a484461394
Merge pull request #728 from 11un/patch-2
...
typo "need (to) change approach.."
2019-01-13 20:32:00 +03:00
11un
3cbc31904a
typo "if (it) displays"
2019-01-12 13:13:35 -08:00
11un
9dbbdc1d80
typo "need (to) change approach.."
2019-01-12 09:47:35 -08:00
Mau Di Bert
f8aec45ab2
Update task.md
...
Logical Operators are explained in the next chapter. I proposed the possibility of another hint for that here from your tutorial but maybe could be better to move the exercise one chapter.
2019-01-11 07:51:02 -03:00
lindsaysofia
26b88953c6
Changed 'each' function reference to 'after'
2019-01-10 21:17:47 -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
Mau Di Bert
f86d0cff2a
Update article.md
2019-01-10 21:10:05 -03:00
Ilya Kantor
754cc6d70e
Merge pull request #720 from maurodibert/patch-8
...
typo
2019-01-10 19:33:31 +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
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
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
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