Commit graph

2774 commits

Author SHA1 Message Date
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
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
68795098a3
Update test.js 2018-06-05 19:45:17 +03:00
Bardia Rastin
c42a4a749a
fix a small mistake in calling Math.max 2018-05-08 02:41:04 +04:30
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
С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
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
5c378fbd6c
Merge pull request #409 from Satoriq/patch-1
Fix typo
2018-03-31 22:55:28 +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
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
MargaritD
0a5d71de0c
Update article.md 2018-03-31 08:00:33 -04:00
Sunil B N
7e183f85b1 Modified outputs in advanced programming and OOP chapters 2018-03-26 23:13:55 +05:30
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
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
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
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
Jean-Philippe Côté
296af700dd
Reversed sentence for better understanding 2018-02-11 13:59:09 -05:00
Ilya Kantor
be007e78ef remove cut 2018-02-06 13:07:22 +03:00
Ilya Kantor
37f1936622
Merge pull request #366 from brentguf/timers
Timers
2018-02-06 12:52:51 +03:00
Ilya Kantor
fece590c3e
Merge pull request #367 from brentguf/conditional-operators
Conditional operators chapter
2018-02-06 12:51:53 +03:00
Ilya Kantor
dc790845db minor 2018-02-05 22:16:39 +03:00
Brent Guffens
f236a1357d
Spelling, wording, typos 2018-02-05 09:13:42 +01:00
Ilya Kantor
8b8f3f6d86
Merge pull request #354 from brentguf/comparisons
Comparisons chapter
2018-02-03 15:55:03 +03:00
Ilya Kantor
398b854bdf
Merge pull request #358 from hrnik/patch-1
Fix misspeling
2018-02-03 15:47:02 +03:00
Ilya Kantor
c7065855a0
Merge pull request #359 from brentguf/numbers-task-6-solution
Numbers task 6 solution
2018-02-03 15:46:40 +03:00