Ian Witham
a41a141613
Grammar fix
2017-07-09 12:16:45 +12:00
Ian Witham
acf0b2f0ea
Fixed unclear syntax and gendered language
...
Cleaned up some bad grammar in the summary. Replaced occurrences of "he" with gender neutral language.
2017-07-09 12:04:46 +12:00
Ian Witham
75fc2c556f
Update article.md to fix typo
...
Section should refer to "strict" comparison operator, not "string" comparison operator.
2017-07-09 11:28:16 +12:00
Kurczok
e8154d07db
Misspelled independent
2017-07-08 17:27:05 +02:00
Kurczok
d9f382361b
Update article.md
2017-07-08 17:02:23 +02:00
Kurczok
6c76ef7372
Update article.md
2017-07-08 16:38:41 +02:00
Ilya Kantor
33c7a30b10
minor
2017-07-08 12:39:28 +03:00
Ilya Kantor
48b6f4a663
Merge pull request #71 from jeff-wolff/patch-2
...
maintain consistency in example
2017-07-08 12:38:33 +03:00
Ming Hei Lau
1e44a05fd1
typo
2017-07-06 16:44:47 -07:00
Kurczok
0665a4f9ac
Merge pull request #3 from Kurczok/patch-1
...
Some grammatical changes
2017-07-04 01:28:44 +02:00
Kurczok
fda122a986
Merge pull request #2 from Kurczok/patch-2
...
A few grammatical changes
2017-07-04 01:20:21 +02:00
Kurczok
3251836c95
More grammatical changes
2017-07-04 01:17:17 +02:00
Kurczok
7b9da494cb
A few grammatical changes
2017-07-04 01:06:25 +02:00
Kurczok
c0c76f94e7
Some grammatical changes
2017-07-04 00:45:07 +02:00
Ilya Kantor
edfb8248f1
minor
2017-07-03 21:56:36 +03:00
jeff-wolff
60cb38dd82
maintain consistency in example
2017-07-02 17:25:46 -07:00
Ilya Kantor
db182040c8
minor
2017-07-01 10:29:07 +03:00
Ilya Kantor
d391eb1f3c
minor
2017-06-30 18:50:24 +03:00
Ilya Kantor
60772bb850
Merge pull request #52 from robertsheacole/patch-3
...
Misspelled word
2017-06-30 13:56:55 +03:00
Ilya Kantor
1cf212893a
Merge pull request #53 from Yofri/master
...
another typo
2017-06-30 13:56:46 +03:00
Ilya Kantor
1ad6eb609b
Merge pull request #55 from cpxPratik/patch-1
...
Update solution.md
2017-06-30 13:56:20 +03:00
Ilya Kantor
97b20b5b75
Merge pull request #56 from mrdionjr/patch-1
...
Update article.md
2017-06-30 13:56:09 +03:00
Ilya Kantor
186f25154f
Merge pull request #57 from brajabi/patch-1
...
Fix undeclared variable
2017-06-30 13:56:02 +03:00
Ilya Kantor
c5c3d75dcd
Merge pull request #60 from Mensae/master
...
Inner setTimeout() wrongly refering to tick()
2017-06-30 13:55:26 +03:00
Ilya Kantor
12489c6cfd
Merge pull request #61 from morajabi/patch-1
...
Fix type `resule` to `result`
2017-06-30 13:55:14 +03:00
Ilya Kantor
9da4c17bdc
Merge pull request #62 from rzaaeeff/patch-1
...
Correct typo
2017-06-30 13:55:06 +03:00
Ilya Kantor
2bfdde2b7d
Merge pull request #63 from rzaaeeff/patch-2
...
Correct formatting
2017-06-30 13:54:51 +03:00
Ilya Kantor
32e5be254a
Merge pull request #64 from beelarr/patch-2
...
Update to article.md
2017-06-30 13:54:33 +03:00
Ilya Kantor
b72c2eba28
Merge pull request #65 from beelarr/patch-3
...
Typo
2017-06-30 13:54:24 +03:00
Ilya Kantor
e28c42bad1
Merge pull request #51 from aadithpm/patch-9
...
Edit typo
2017-06-30 13:53:48 +03:00
Ilya Kantor
5b026335f5
Merge pull request #67 from rzaaeeff/patch-3
...
Correct typo
2017-06-30 13:53:20 +03:00
Ilya Kantor
0ae4319050
Update article.md
2017-06-30 13:52:33 +03:00
Ilya Kantor
40ca6daa87
up
2017-06-29 16:27:58 +03:00
rzaaeeff
b19e896c50
Correct typo
2017-06-29 00:36:50 +04:00
Bryon Larrance
0d35af5909
Typo
...
Typo in parseInt section.
2017-06-27 15:41:45 -05:00
Bryon Larrance
015396de86
Update article.md
...
Typo of Symbol in summary section.
2017-06-27 10:50:14 -05:00
Yofri
ab7cd2d14e
typo
2017-06-27 22:02:23 +07:00
Yofri
2908fe7fe6
typo
2017-06-27 21:40:52 +07:00
Yofri
15d0e14b87
typo
2017-06-27 21:31:13 +07:00
Yofri
d2691263ce
typo
2017-06-26 20:42:44 +07:00
rzaaeeff
8dfe1644d8
Correct formatting
2017-06-26 16:13:21 +04:00
rzaaeeff
17f7012428
Correct typo
2017-06-26 15:17:51 +04:00
Yofri
7da4376fda
typo
2017-06-26 09:14:19 +07:00
Mohammad Rajabifard
9a9f95358d
Fix type resule
to result
2017-06-24 16:52:56 +04:30
Johan Meester
d7bfdc14a8
Inner setTimeout() wrongly refering to tick()
...
In the 'Recursive setTimeout' section in the example for sending server request the inner setTimeout() refers to a non-existing tick() function. Should be the outer request() function.
2017-06-23 13:36:52 +02:00
Behnam Rajabifard
5eb19a5b7f
Fix undeclared variable
...
Add `let` before `a` variable
2017-06-21 12:00:20 +04:30
Salomon Dion
24fcd39c06
Update article.md
2017-06-20 18:25:54 +00:00
Ilya Kantor
2a0516d174
symbols
2017-06-20 14:46:56 +03:00
cpxPratik
3e56ae3711
Update solution.md
...
Fix comments
2017-06-20 17:04:33 +05:45
Yofri
84936782b5
typo
2017-06-20 16:03:48 +07:00