Commit graph

1570 commits

Author SHA1 Message Date
davidbludlow
844aef693e
MD typo in <!--BODY-->
When displayed on https://javascript.info/basic-dom-node-properties there was a typo that said <!–BODY–> but it was supposed to say <!--BODY-->. It was caused by a markdown technicality.
2018-06-22 01:50:04 -05:00
Ilya Kantor
e40b8e7f72 bezier 2018-06-20 18:50:31 +03:00
Ilya Kantor
c4870fd269 promise 2018-06-12 10:53:15 +03:00
Ilya Kantor
482ec272bb
Merge pull request #418 from davegregg/master
Rewordings and corrections to Promise Basics
2018-06-12 09:25:23 +03:00
davegregg@gmail.com
dfa4451902 Attempt to fix last two correction requests by iliakan 2018-06-11 14:51:19 -04:00
davegregg@gmail.com
26ec750878 Update from source
Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en
2018-06-11 14:35:41 -04:00
Ilya Kantor
d8d50868ea minor 2018-06-07 18:07:19 +03:00
Ilya Kantor
d4447e30cc
Merge pull request #424 from AGCB/patch-2
grammar fix
2018-06-07 17:56:42 +03:00
Ilya Kantor
dcc6e4df70
Merge pull request #426 from mikegowen/function-pow-task-error
Fix error in pow task solution
2018-06-07 17:35:43 +03:00
Ilya Kantor
434d8cacf6
Merge pull request #428 from bennettmsherman/patch-1
Update room.number to correspond to other usages
2018-06-07 16:57:18 +03:00
Ilya Kantor
073e844cbd
Merge pull request #430 from mvasin/patch-1
Fix a misused word
2018-06-07 16:56:37 +03:00
Ilya Kantor
af5a7ac590
Merge pull request #431 from bardiarastin/patch-1
fix a small mistake in calling Math.max
2018-06-07 16:56:09 +03:00
Ilya Kantor
6d8d8ef992
Merge pull request #422 from carbonid1/master
Corrected a few mistakes in English.
2018-06-07 08:54:19 +03:00
Ilya Kantor
df8e16429a
Merge pull request #421 from carbonid1/patch-2
Update article.md
2018-06-06 23:28:39 +03:00
Ilya Kantor
832802659d
Merge pull request #420 from maurozenoni/reworded-task-6-async
Rewording of the second task in Promise Chaining.
2018-06-06 23:24:25 +03:00
Ilya Kantor
9ce3109d54
Merge pull request #402 from brentguf/dom-nav
Walking the DOM chapter
2018-06-06 23:23:22 +03:00
Ilya Kantor
68795098a3
Update test.js 2018-06-05 19:45:17 +03:00
davegregg@gmail.com
6f446cc3bb PR comment corrections, minus last two 2018-05-15 08:58:01 -04:00
davegregg@gmail.com
cb806aa111 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2018-05-14 09:51:20 -04:00
Ilya Kantor
8c136e8be9
Update solution.md 2018-05-10 18:47:32 +03:00
Bardia Rastin
c42a4a749a
fix a small mistake in calling Math.max 2018-05-08 02:41:04 +04:30
Mikhail Vasin
3d4ad8ff51
Fix a misused word 2018-05-01 23:42:26 +03:00
Ben Sherman
af3a177011
Update room.number to correspond to other usages 2018-04-24 15:14:08 -07:00
Mike Gowen
45ce771ea8 Fix error in pow task solution 2018-04-21 22:22:50 -07:00
AGCB
8edfab513f
grammar fix 2018-04-12 16:51:50 -07:00
davegregg@gmail.com
ffcfda0023 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2018-04-09 12:22:23 -04:00
Сoriander
6c800d71ca
Corrected a few mistakes in English.
As far as I know, the first letter in the word "European"/days of the week should be capitalized.
2018-04-06 19:15:00 +03:00
Сoriander
dea088d3f9
Update article.md
"Passing it "as it" won't work". I suppose u meant: "Passing it "as IS" won't work".
2018-04-06 19:04:11 +03:00
Mauro Zenoni
d5fedd315e
Rewording of the second task in Promise Chaining. 2018-04-02 22:00:08 +02:00
Ilya Kantor
62a0bb597f
Merge pull request #404 from yanxun827/patch-1
Correct number of points
2018-03-31 22:59:36 +03:00
Ilya Kantor
c4c293fd1c
Merge pull request #405 from snakecase/patch-1
Fix incomplete variable in if...else example
2018-03-31 22:59:20 +03:00
Ilya Kantor
63e1268574
Merge pull request #406 from snakecase/patch-2
Fix check for an empty input or ESC key press
2018-03-31 22:59:08 +03:00
Ilya Kantor
d16fb0533f
Merge pull request #407 from snakecase/patch-3
Add a hint for empty input and pressing ESC during prompts
2018-03-31 22:56:17 +03:00
Ilya Kantor
a5bd731652
Merge pull request #408 from felixlinker/patch-1
Trivial typo-fix
2018-03-31 22:55:44 +03:00
Ilya Kantor
5c378fbd6c
Merge pull request #409 from Satoriq/patch-1
Fix typo
2018-03-31 22:55:28 +03:00
Ilya Kantor
8524e2e23b
Merge pull request #411 from brentguf/browser-env
Browser environment chapter
2018-03-31 22:54:53 +03:00
Ilya Kantor
a77accd3f7
Merge pull request #412 from iverenshaguy/patch-1
Change tomateos to tomatoes on line 141
2018-03-31 22:54:11 +03:00
Ilya Kantor
88f0cf3190
Merge pull request #414 from MartinEls/patch-1
German translation started
2018-03-31 22:52:48 +03:00
Ilya Kantor
bcd2658211
Merge pull request #416 from connecttobn/master
Modified outputs in advanced programming and OOP chapters
2018-03-31 22:52:11 +03:00
Ilya Kantor
9ad2ad6355
Merge pull request #419 from MargaritD/master
minor suggested edits to Objects chapter
2018-03-31 22:33:09 +03:00
Ilya Kantor
ebc46fd727
Merge pull request #403 from brentguf/node-propertie
Node properties chapter
2018-03-31 21:43:48 +03:00
Ilya Kantor
8bb4e5b725
Merge pull request #401 from brentguf/browser-events
Intro to Browser Events
2018-03-31 21:38:06 +03:00
Ilya Kantor
90f6b8fada
Merge pull request #400 from lakinduakash/patch-1
update code snippet that was marked as text.
2018-03-31 21:37:53 +03:00
Ilya Kantor
ffee62959a
Merge pull request #399 from brentguf/attributes-properties
Attributes/properties
2018-03-31 21:36:59 +03:00
MargaritD
ae6d739b9d
Merge pull request #1 from MargaritD/Object-chapter-edits
Update article.md
2018-03-31 08:02:06 -04:00
MargaritD
0a5d71de0c
Update article.md 2018-03-31 08:00:33 -04:00
davegregg@gmail.com
ae57b664aa Rewordings and corrections to Promise Basics 2018-03-27 14:12:10 -04:00
Sunil B N
7e183f85b1 Modified outputs in advanced programming and OOP chapters 2018-03-26 23:13:55 +05:30
Martin Elstner
0ad1b338aa
German translation started 2018-03-26 08:07:39 +02:00
Iveren Favour Shaguy
f2f34a8fd6
Change tomateos to tomatoes on line 141 2018-03-19 13:40:59 +01:00