Commit graph

1686 commits

Author SHA1 Message Date
Nic Capdevila
c131f05b8b
Update article.md 2018-10-09 21:40:58 -03:00
Ilya Kantor
c3d7b5afc4 fix 2018-10-09 12:21:52 +03:00
Ilya Kantor
712e452af3 color fixes 2018-10-09 12:17:45 +03:00
Ilya Kantor
d0fcf522da sketch downgrade to 50 for good arrows, closes #494 2018-10-09 12:00:34 +03:00
Ilya Kantor
6f8bd3c0de closes #499 2018-10-07 21:19:44 +03:00
Ilya Kantor
e19f368ed5 closes #502 2018-10-07 21:18:10 +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
Ilya Kantor
b6d0c8fd69
Merge pull request #543 from MarekStocki/patch-1
`!` is a *logical* not, not a bitwise not
2018-10-05 11:26:46 +03:00
Ilya Kantor
d7a6377390
Merge pull request #540 from darkw1z/patch-1
Update article.md
2018-10-05 10:13:47 +03:00
darkw1z
18b8e2f709
Update article.md
Adding missing word.
2018-10-04 20:26:45 +02:00
MarekStocki
f6115bf2db
! is a *logical* not, not a bitwise not 2018-10-04 13:44:07 +02:00
Ezra Casas
bda23ad3d5
Corrected typos 2018-10-03 19:47:04 -06:00
Ilya Kantor
a4aa087725
Update article.md 2018-09-30 23:54:48 +03:00
Ilya Kantor
9fdfb7b3d3
Merge pull request #521 from dagolinuxoid/patch-1
typo: thay -> they
2018-09-30 23:49:27 +03: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
Ilya Kantor
054a3194a4
Merge pull request #507 from dspechnikov/patch-1
Fix Arrow functions note syntax typo
2018-09-30 23:43:43 +03:00
Ilya Kantor
23525320e2
Merge pull request #503 from goodforenergy/patch-1
Small grammatical corrections
2018-09-30 23:43:04 +03:00
Ilya Kantor
92c7b2c929
Merge pull request #500 from jessuni/patch-1
Fixed 2 typos
2018-09-30 23:42:47 +03:00
daGo
3a44f0c937
typo: thay -> they 2018-09-28 14:17:35 +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
Dmitry Pechnikov
2b749830ff
Fix Arrow functions note syntax typo
Missing end quotes make Spread operator section render into the note.
2018-09-17 12:20:48 +03:00
Helen Durrant
537a96a596
Small grammatical corrections 2018-09-08 21:40:11 +02:00
Jessiesttt
ad77816bb2
Fix 2 typos 2018-09-07 11:53:32 +08: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
ae7a774d3a
Merge pull request #475 from k-yang/patch-1
Fixed typo in function name
2018-08-30 13:45:57 +03: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
Ilya Kantor
cd70475e31
Merge pull request #481 from jacobherrington/patch-1
rephrase section describing old JavaScript code
2018-08-30 13:42:29 +03:00
Ilya Kantor
4fece444ad
Merge pull request #486 from ssdml/patch-1
Update article.md
2018-08-30 13:41:43 +03:00
Ilya Kantor
6567236735
Merge pull request #487 from welkin25/master
fixing broken link on array-methods page
2018-08-30 13:41:34 +03:00
Kevin Yang
5f5ae96240
Fixed code reference in explanation
The original reference was to (*), but it should actually be to (**)
2018-08-29 17:58:47 -04:00
Yao Yu
d2329c197c fixing broken link on array-methods page
fixing broken link on array-methods page
2018-08-28 00:23:00 -04:00
ssdml
7811a4fb79
Update article.md
A typo fix. Change "absense" to "absence".
2018-08-27 00:07:18 +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
Kevin Yang
fe7175ddbc
Fixed typo in function name
say() is not defined in the code, it should be sayHi() instead.
2018-08-16 10:21:57 -04:00
Ilya Kantor
62226efedc
Merge pull request #469 from chrisvogt/fix/missing-image
fix: add missing class inheritance image
2018-08-04 15:40:49 +03: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
5120f95d52
Merge pull request #473 from aniketkudale/master
Corrected minor grammar.
2018-08-04 15:40:03 +03:00
Ilya Kantor
d6bfc1a819 minor 2018-08-04 15:33:37 +03:00
Aniket Kudale
8c714da1a5
Corrected minor grammar issue
Corrected minor grammar issue
2018-08-03 23:58:23 +05:30
Ben James
e4a4426ff1 Use gender neutral pronouns 2018-08-02 15:15:35 +01:00
Chris Vogt
f1cd268690 fix: add missing class inheritance image 2018-07-28 00:03:05 -07:00
Ilya Kantor
101f8ba623 closes #440 2018-07-19 23:42:11 +03:00
Ilya Kantor
8d69ef158f closes #441 2018-07-19 23:39:01 +03:00
Ilya Kantor
12bdf98aff closes #462 2018-07-19 23:24:25 +03:00