Commit graph

1832 commits

Author SHA1 Message Date
Ilya Kantor
2845207183 minor 2018-07-03 18:53:33 +03:00
Ilya Kantor
7891113f9d
Merge pull request #450 from davidbludlow/davidbludlow-typoWordCreates
Small typo on "Styles and classes" page
2018-07-03 18:24:28 +03:00
Ilya Kantor
1b69752261
Update README.md 2018-07-02 15:04:31 +03:00
Ilya Kantor
abd3e85c78
Update README.md 2018-07-02 10:21:26 +03:00
Ilya Kantor
b85080d944
Update README.md 2018-07-02 10:21:12 +03:00
Ilya Kantor
a5ff810f98 readme 2018-07-01 10:34:00 +03:00
Ilya Kantor
73b8984cc4 readme 2018-07-01 10:04:48 +03:00
Ilya Kantor
dcaed4988f readme 2018-07-01 09:59:13 +03:00
davidbludlow
1c309a866f
Small typo on "Styles and classes" page
One word typo on https://javascript.info/styles-and-classes#create-a-notification
2018-06-29 19:05:02 -05:00
David B Ludlow
e6505f13a1 Fixed small typo in "Styles and classes" page
A sentence on the page didn't make grammatical sense until I added the word "to".
2018-06-29 16:04:49 -05:00
Ilya Kantor
53ad73a78f rename non-unique slug 2018-06-29 14:59:42 +03:00
Ilya Kantor
63b0d00dac
Merge pull request #447 from davidbludlow/patch-2
MD typo in <!--BODY-->
2018-06-23 14:48:07 +03:00
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