evazorro
8c31fae9fa
Make "parental permissions" prompt sound more natural
2018-10-18 11:27:08 -04:00
evazorro
843e5f32b1
Grammatical and wording updates
2018-10-18 11:22:48 -04:00
Ilya Kantor
d0fcf522da
sketch downgrade to 50 for good arrows, closes #494
2018-10-09 12:00:34 +03:00
Ilya Kantor
aa43deef3b
closes #516
2018-10-07 20:19:48 +03:00
Gabriel Kuslap
5fa41b360e
Fix typo: change 'if' to 'is'
2018-10-07 10:30:37 +03:00
Gabriel Kuslap
2dbfc1855c
Revert "Fix typo: change 'if' to 'is'"
...
This reverts commit 1091f1bc6c
.
2018-10-07 10:08:52 +03:00
Gabriel Kuslap
1091f1bc6c
Fix typo: change 'if' to 'is'
2018-10-07 10:06:23 +03:00
Gabriel Kuslap
d91a988aa4
Revert "fix typo: change "if" to "is""
...
This reverts commit d723403c74
.
2018-10-07 10:02:48 +03:00
Gabriel Kuslap
d723403c74
fix typo: change "if" to "is"
2018-10-07 10:00:22 +03:00
MarekStocki
f6115bf2db
!
is a *logical* not, not a bitwise not
2018-10-04 13:44:07 +02:00
Ilya Kantor
36cf31c082
Merge pull request #517 from Lachlantula/patch-1
...
Updated 'Non-english' to 'Non-English' in 04-variables/article.md
2018-09-30 23:47:22 +03:00
Lachlan Shoesmith
e0219e2a4a
Updated 'Non-english' to 'Non-English'
...
Keeps consistency with the rest of the document which uses the capitalised proper noun 'English'.
2018-09-25 19:22:33 +10:00
Ghost-017
1fc3647cfc
A tiny grammar correction
...
Will make the reader understand better what object will be stored in the cache.
2018-09-05 18:22:34 +08:00
Ilya Kantor
11aaf5e52b
Merge pull request #477 from carlfsmithiii/master
...
Corrected incomplete sentence in "Comparisons" page
2018-08-30 13:43:23 +03:00
jacob
fe07446931
rephrase section describing old JavaScript code
...
I felt like this needed a bit if rephrasing.
For example, "But all browsers born in the past 15+ years don’t have any issues" felt a little odd.
After trying to make it more sensible, I felt the same information could be communicated much more simply.
2018-08-22 07:19:06 -05:00
Carl Smith
b536ce1eb8
Corrected incomplete sentence in "Comparisons" page
2018-08-17 14:05:46 -04:00
Ilya Kantor
99d9c3ea6e
Merge pull request #472 from benhjames/gender-neutral-pronouns
...
Use gender neutral pronouns
2018-08-04 15:40:36 +03:00
Ilya Kantor
d6bfc1a819
minor
2018-08-04 15:33:37 +03:00
Ben James
e4a4426ff1
Use gender neutral pronouns
2018-08-02 15:15:35 +01:00
Ilya Kantor
dad2d807de
fix precedence
2018-07-17 11:59:07 +03:00
Ilya Kantor
d8d50868ea
minor
2018-06-07 18:07:19 +03:00
Mike Gowen
45ce771ea8
Fix error in pow task solution
2018-04-21 22:22:50 -07: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
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
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
be007e78ef
remove cut
2018-02-06 13:07:22 +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
8b8f3f6d86
Merge pull request #354 from brentguf/comparisons
...
Comparisons chapter
2018-02-03 15:55:03 +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
Mehyar Sawas
ef2ab17886
Operators explaination error corrected
2018-01-29 14:00:56 +01:00
Brent Guffens
3666e36873
Typos and clarification
2018-01-19 09:28:26 +01:00
Brent Guffens
f7ddc6e859
Figure bracket => curly brace
2018-01-19 09:12:59 +01:00
Brent Guffens
fa4c0d02b4
Update article.md
2018-01-18 21:38:07 +01:00
Brent Guffens
c720872bd2
Assignment operator in code formatting
2018-01-18 21:32:32 +01:00
Brent Guffens
1868774899
Remove quotes around ternary operator
2018-01-18 18:31:04 +01:00
Brent Guffens
3cdee0d73b
Missing commas
2018-01-18 18:30:06 +01:00
Brent Guffens
089424e276
Missing words and typo
2018-01-18 18:25:06 +01:00
Brent Guffens
a54804bc0d
Wording
2018-01-18 18:09:01 +01:00
Brent Guffens
677cd6633d
Typo
2018-01-18 18:05:58 +01:00
Brent Guffens
9f83b6b445
Wording
2018-01-18 18:05:05 +01:00
Brent Guffens
07616285d4
Typo
2018-01-18 17:15:41 +01:00
Brent Guffens
f90111cb4d
More clarifications
2018-01-18 17:15:18 +01:00
Brent Guffens
d5dffa961c
Clarification
2018-01-18 17:03:48 +01:00