Commit graph

1686 commits

Author SHA1 Message Date
Ilya Kantor
2ad2c2ba6c
Merge pull request #668 from maurodibert/patch-3
Update test.js
2018-12-15 19:07:35 +03:00
Ilya Kantor
9d9392f4ac
Merge pull request #670 from maurodibert/patch-5
Update test.js
2018-12-15 19:07:16 +03:00
Ilya Kantor
5a01431820
Merge pull request #672 from biancapower/patch-1
Fix grammatical typo
2018-12-15 19:05:06 +03:00
Ilya Kantor
553cd0e547
Merge pull request #676 from maurodibert/patch-7
Update solution.md
2018-12-15 19:04:08 +03:00
Ilya Kantor
936caa8c74
Merge pull request #677 from Stratyev/patch-1
Update article.md
2018-12-15 19:03:06 +03:00
Ilya Kantor
3c9cfdd883
Merge pull request #682 from caspringer/patch-6
Improve/fix usage of bracket
2018-12-15 19:02:20 +03:00
Ilya Kantor
7e874dc9ea
Merge pull request #683 from Arshath123/patch-1
Update article.md
2018-12-15 19:01:37 +03:00
Ilya Kantor
7a23ea1052
Update solution.md 2018-12-15 18:59:38 +03:00
Mohamed Arshath
4ec77b3d7a
Update article.md 2018-12-14 19:56:44 +05:30
caspringer
58ba9f797b
Improve/fix usage of bracket 2018-12-14 08:08:10 -05:00
Stratyev
4cda3f44ae
Update article.md
Remove the extra parenthesis.
2018-12-12 23:01:11 +03:00
Mau Di Bert
6a786dfe93
Update solution.md 2018-12-12 11:13:22 -03:00
Bianca Power
7d4667a620
Fix grammatical typo 2018-12-11 08:36:58 +11:00
Mau Di Bert
8311b44581
Update test.js 2018-12-10 10:27:48 -03:00
Mau Di Bert
7bc8404474
Update test.js 2018-12-10 10:26:29 -03:00
Mau Di Bert
b2e6ab2605
Update test.js 2018-12-10 10:24:20 -03:00
Mau Di Bert
46081def56
Update article.md 2018-12-10 10:19:16 -03:00
Satwik Gupta
d0d795ecc2 array of string 2018-12-10 17:10:37 +05:30
lindsaysofia
3060be8505
Changed ‘anotherFunctions’ to ‘anotherFunction’
Also separated ‘everytime’
2018-12-07 15:09:37 -08:00
simmayor
4f69af1ef3 Fixed spelling 2018-12-07 17:56:44 -05:00
simmayor
0159255798 Fixed spelling 2018-12-07 15:12:01 -05:00
user
7a704e50fb semicolons 2018-12-07 15:08:44 -05:00
imidom
776d7e6d0a
Remove VS Code from IDE section 2018-12-07 11:55:04 -05:00
Ilya Kantor
23b5766b82
Merge pull request #653 from simmayor/master
task.md - 'decrease' probably should not have an argument
2018-12-07 13:19:42 +03:00
user
5dddf7de89 Grammar 2018-12-06 18:06:29 -05:00
simmayor
b9b944dfe6
Update task.md 2018-12-06 14:47:40 -05:00
Ilya Kantor
de3454176b
Merge pull request #646 from caspringer/patch-4
Fix comma usage
2018-12-06 20:12:28 +03:00
Ilya Kantor
80627b05f3
Merge pull request #647 from caspringer/patch-5
Fix incorrect grammer
2018-12-06 20:12:16 +03:00
Ilya Kantor
983042fed3
Merge pull request #648 from ju-hyun-park/master
Update article.md
2018-12-06 20:11:58 +03:00
Ilya Kantor
a623ce4ea4
Merge pull request #650 from imidom/patch-2
Update syntax / grammar of 3-devtools
2018-12-06 20:11:12 +03:00
Ilya Kantor
78a844451f
Merge pull request #645 from caspringer/patch-3
Fix comma usage
2018-12-06 20:10:44 +03:00
imidom
9c99eec23a
Update syntax / grammar of 3-devtools 2018-12-05 16:33:52 -05:00
imidom
f7044234bc
Update syntax / grammar of 2-code-editors
Please note that "Visual Studio Code" is listed as both an IDE and a lightweight editor. I think this is being discussed [here](https://github.com/iliakan/javascript-tutorial-en/pull/534)
2018-12-05 12:05:19 -05:00
Ilya Kantor
19a6d6d2c1
Merge pull request #643 from imidom/patch-1
Update wording of 01-Getting-Started
2018-12-05 18:40:49 +03:00
caspringer
a22ab40e03
Fix incorrect grammer 2018-12-05 09:16:07 -05:00
juhyun
cd7dcd6478 Update article.md
How about adding semicolon like this?
Yes, omitting the semicolon does not cause a problem. But in this
case, adding the semicolon is more consistent and obvious.
2018-12-05 23:03:18 +09:00
caspringer
337c6deb7a
Fix comma usage 2018-12-05 08:49:44 -05:00
caspringer
42f0985b28
Fix comma usage 2018-12-05 08:47:29 -05:00
Ilya Kantor
ad8ab1d55f
Update article.md 2018-12-05 15:55:02 +03:00
Ilya Kantor
3a959837f8
Merge pull request #639 from caspringer/patch-1
Update article.md
2018-12-05 12:49:11 +03:00
Ilya Kantor
045b05ee9e
Merge pull request #640 from caspringer/patch-2
Update article.md
2018-12-05 12:48:57 +03:00
Ilya Kantor
75310f4797
Merge pull request #642 from LindsaySofia/patch-1
Added a word to make it flow better.
2018-12-05 12:44:03 +03:00
Ilya Kantor
911804892b
Merge pull request #638 from dagolinuxoid/addTests
add test for getMaxSubSum
2018-12-05 12:40:58 +03:00
imidom
8d86c31829
Update wording of 01-Getting-Started
Hi! I'm learning Javascript and have found these tutorials to be incredibly helpful. While the articles are very clear, some of the wording isn't natural to me as an English speaker. I was hoping I could contribute to this project by updating the wording of the articles to read more like natural English. If you like these edits, let me know and I'll make my way through the rest of the articles as I read them. Thanks for creating this.
2018-12-04 12:51:25 -05:00
LindsaySofia
5ce0bc36cc
Added a word to make it flow better. 2018-12-03 10:13:53 -08:00
Ilya Kantor
2687001ee5 improvements 2018-12-02 09:47:08 +03:00
caspringer
6f4fc2ed5d
Update article.md 2018-11-27 17:34:53 -05:00
caspringer
daa47112ec
Update article.md 2018-11-27 17:25:58 -05:00
dagolinuxoid
7dc3cdac4a add test for getMaxSubSum 2018-11-26 17:04:28 +03:00
Ilya Kantor
21a89ce15e minor 2018-11-26 12:22:27 +03:00