Commit graph

1544 commits

Author SHA1 Message Date
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
davegregg@gmail.com
ffcfda0023 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2018-04-09 12:22:23 -04: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
Andrew
c67ed3ea06
Fix typo 2018-03-14 14:35:32 +02:00
Felix Linker
99bd54e62c
Trivial typo-fix 2018-03-12 14:31:14 +01:00
snakecase
a5e649d966
Add a hint for empty input and pressing ESC during prompts
Added this hint because it's not obvious for newcomers and because the task requires to check prompt for two different values to give alert('Canceled').
2018-03-11 11:00:24 +05:00
snakecase
6410140c37
Fix check for an empty input or ESC key press
According to the task both of these should give an alert('Canceled'). Previous solution implied that both empty input and ESC key return null, but in Chrome 64.0.3282.186 an empty input returns '' instead of null. So we are adding an additional check.
2018-03-11 10:44:54 +05:00
snakecase
c360e9d5f9
Fix incomplete variable in if...else example
It is in section "Multiple '?'".
2018-03-11 09:46:38 +05:00
yanxun827
980dee303c
Correct number of points 2018-03-10 18:49:13 +00:00
Brent Guffens
82a34d231f
Small typo 2018-03-05 10:18:48 +01:00
Lakindu Akash
3334ce274e
update code snippet that was marked as text. 2018-03-05 01:41:28 +05:30
Ilya Kantor
9365275467 fixes 2018-03-03 10:34:46 +03:00
Ilya Kantor
f3a33309f7
Merge pull request #388 from brentguf/callbacks
Callbacks chapter
2018-03-03 09:50:55 +03:00
Ilya Kantor
4fbbd6c18f
Merge pull request #386 from brentguf/try-catch
Try...catch chapter
2018-03-03 09:49:14 +03:00
Ilya Kantor
bf14b2ff7a
Merge pull request #383 from brentguf/methods-for-prototypes
Link errors in Methods for Prototypes
2018-03-03 09:36:38 +03:00
Ilya Kantor
228873c901
Merge pull request #382 from brentguf/currying
Currying/Partials chapter
2018-03-03 09:36:28 +03:00
Ilya Kantor
9cae9d3316
Merge pull request #381 from brentguf/closures
Typo in Closures chapter
2018-03-03 09:36:08 +03:00
Ilya Kantor
5dcdbc3c73
Merge pull request #380 from brentguf/array-methods
Typo Array Methods chapter
2018-03-03 09:35:53 +03:00
Ilya Kantor
471de2ed33
Merge pull request #378 from brentguf/comments
Comments
2018-03-03 09:34:56 +03:00
Ilya Kantor
713fe2d6f8
Merge pull request #375 from cotejp/patch-1
Reversed sentence for better understanding
2018-03-03 09:30:33 +03:00
Ilya Kantor
ef12c34873
Merge pull request #374 from brentguf/coding-style
Coding style chapter
2018-03-03 09:23:26 +03:00
Ilya Kantor
b4d49e6f34
Merge pull request #373 from brentguf/debugger
Debugger
2018-03-03 09:22:25 +03:00
Ilya Kantor
3c832f5b7c
Merge pull request #372 from brentguf/javascript-specials
JavaScript Specials: Typos and clarification
2018-03-03 09:22:08 +03:00
Ilya Kantor
a894f82412
Merge pull request #371 from brentguf/function-expressions
Function expressions
2018-03-03 09:21:39 +03:00
Ilya Kantor
84db86f765
Merge pull request #370 from brentguf/functions
Functions chapter
2018-03-03 09:21:13 +03:00
Ilya Kantor
c99499eb93
Merge pull request #369 from brentguf/loops
Loops
2018-03-03 09:20:36 +03:00
Ilya Kantor
90b1a2b4b5
Merge pull request #368 from brentguf/logical-operators
Logical operators
2018-03-03 09:19:56 +03:00
Ilya Kantor
18d8783d1c
Merge pull request #361 from brentguf/date-exercises
Date exercises
2018-03-03 09:19:30 +03:00