Ilya Kantor
58b7d72120
Merge pull request #757 from GarciaPL/patch-1
...
Update article about WeakMap's delete function
2019-01-27 19:34:04 +03:00
Ilya Kantor
5bb77e1f01
Merge pull request #760 from totize/patch-2
...
Update article.md
2019-01-27 19:33:17 +03:00
Ilya Kantor
4a200dac83
Merge pull request #761 from thisLinda/patch-1
...
update /13-switch/article.md
2019-01-27 19:33:05 +03:00
Linda Zanchi
fce9639096
Update /14-function-basics/article.md
...
Type line 131, sentence 2; corrected. FYI same line makes no sense in English, I cannot offer an edit for meaning intended.
2019-01-27 10:40:51 -05:00
Linda Zanchi
801fa33d2d
update /13-switch/article.md
...
add ; at end of line 151
2019-01-27 10:28:29 -05:00
totize
0eede58712
Update article.md
2019-01-27 16:06:20 +01:00
Lukasz Ciesluk
f725537743
Update article about WeakMap's delete function
...
It seems that it's small typo in delete function of WeakMap as according to specification delete function takes only one parameter - key
2019-01-25 09:00:04 +00:00
Mau Di Bert
9d4f6ed12f
solution out of the tutorial
2019-01-24 08:39:08 -03:00
Ilya Kantor
028b80cf9d
Merge pull request #750 from maurodibert/patch-20
...
typo
2019-01-24 14:21:17 +03:00
Mau Di Bert
30d62b78ca
solution outside the tutorial
2019-01-24 08:17:14 -03:00
Mau Di Bert
6d12e3583b
typo
2019-01-23 11:19:26 -03:00
Ilya Kantor
8c1782b50c
Merge pull request #748 from 11un/patch-7
...
typo "Reggie" to "Reggae"
2019-01-21 22:15:20 +03:00
11un
009f87a4d5
typo "Reggie" to "Reggae"
2019-01-21 11:01:50 -08:00
11un
4c18a452cd
typo / language edit
2019-01-21 09:59:50 -08:00
Ilya Kantor
24ead0161a
Merge pull request #745 from maurodibert/patch-19
...
typo
2019-01-21 20:40:38 +03:00
Ilya Kantor
de782bbc5b
Merge pull request #743 from maurodibert/patch-17
...
Update task.md
2019-01-21 20:39:36 +03:00
Mau Di Bert
3ea1e9e20b
typo
2019-01-21 10:05:14 -03:00
Mau Di Bert
397a3aff4e
Update task.md
...
If it's not mentioned, the reader could not change code inside showStep() and then, showStep() could be just the last call of the statement.
2019-01-18 09:59:23 -03:00
hjcasayas
dcc911e4c0
-1 is returned by findIndex() method when nothing is found.
2019-01-17 23:30:39 +08:00
hjcasayas
0c8da42eb5
-1 is returned by findIndex() method when nothing is found.
2019-01-17 23:00:56 +08:00
Mau Di Bert
95af86c3ab
Update solution.md
...
I've added the solution here because the reader is obliged to go to the sandbox to see the solution, which has not happened till now in the course. And even there's already a link for doing that just above.
2019-01-15 10:31:05 -03:00
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