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
Ilya Kantor
9270991059
Merge pull request #78 from dmolim/patch-1
...
One mistake is corrected
2017-07-08 12:36:11 +03:00
Ilya Kantor
db2804ed74
Merge pull request #79 from morajabi/patch-2
...
Add missing charachter
2017-07-08 12:35:58 +03:00
Ilya Kantor
9c3ebf4723
Merge pull request #80 from alaumh/master
...
typo
2017-07-08 12:35:47 +03:00
Ming Hei Lau
1e44a05fd1
typo
2017-07-06 16:44:47 -07:00
Mohammad Rajabifard
6432a5e4a9
Add missing charachter
2017-07-06 15:51:17 +04:30
Dmitry Ivonin
327506528b
One mistake is corrected
...
The mistake of double 'we'
2017-07-05 17:50:10 +03: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
7895f3d3ae
minor
2017-07-01 10:44:36 +03:00
Ilya Kantor
eca29f5238
minor
2017-07-01 10:39:35 +03: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
72b29f361f
Merge pull request #58 from ArthurKishinets/patch-1
...
The caret ^ matches at the beginning of the text.
2017-06-30 13:55:51 +03:00
Ilya Kantor
1c757f7c7a
Merge pull request #59 from mani-mishra/patch-1
...
fix `HTML` typo with `innerHTML`
2017-06-30 13:55:40 +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
Mani Mishra
da425c060b
fix HTML
typo with innerHTML
2017-06-22 20:02:23 +05:30
Arthur
db5a80bbe3
Update article.md
2017-06-22 15:57:26 +03: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