Commit graph

163 commits

Author SHA1 Message Date
Ilya Kantor
a69e9e702a minor 2017-08-09 23:34:19 +02:00
Ilya Kantor
7ce5a248f1 Merge pull request #134 from jadentom/patch-1
Operators article grammar fix
2017-08-09 23:21:23 +02:00
jadentom
0f41bec3fc Operators article grammar fix
2 instances of "it's" should be "its"
2017-08-09 13:35:24 -04:00
Jeff Bothe
568aea1e27 Grammar/usage/punctuation edits, Part 1, sections 2.1 - 2.8 2017-08-08 18:38:18 -05:00
Sean Wall
8d625e008d Add missing break statements to last example 2017-08-07 09:38:55 -04:00
Matt "Bacon" Fellenz
509c0e07d3 Update article.md 2017-07-29 06:33:54 -07:00
Ilya Kantor
dd88ae4a95 Merge pull request #110 from cpxPratik/patch-2
Update article.md
2017-07-28 18:19:30 +02:00
Ilya Kantor
4c70900209 Merge pull request #111 from cpxPratik/patch-3
Update article.md
2017-07-28 18:19:09 +02:00
cpxPratik
03da843d28 Update article.md
Fix typo
2017-07-28 16:55:21 +05:45
cpxPratik
70dfe976ff Update article.md 2017-07-28 16:52:56 +05:45
cpxPratik
42fb552329 Update article.md
Fix typo
2017-07-28 15:33:11 +05:45
cpxPratik
be2699514a Update article.md
Fix typo.
2017-07-28 15:08:42 +05:45
Ilya Kantor
9b39291509 Merge pull request #101 from alxhghs/patch-5
Fixed typo - changed 'most of time' to 'most of the time'
2017-07-23 11:30:08 +02:00
Ilya Kantor
a2bbf6337f Merge pull request #104 from jorgesmash/patch-1
Update: 15-function-expressions-arrows/article.md
2017-07-23 11:29:40 +02:00
jorgesmash
29956cade5 Typo
"The come in two flavors" should be "They come in two flavors".
2017-07-19 13:33:27 -04:00
jorgesmash
6e8f1177d7 Update: 15-function-expressions-arrows/article.md
This code snippet should be shown with the semicolon:
// Function Expression
let sum = function(a, b) {
  return a + b;
}
2017-07-19 12:25:40 -04:00
Alex Hughes
e11e7804b8 Fixed typo - changed 'most of time' to 'most of the time 2017-07-17 12:02:57 -04:00
Ilya Kantor
6b8fdf378a Merge pull request #95 from agzagroba/master
grammar correction
2017-07-17 00:25:10 +03:00
Ilya Kantor
d84cc42106 Merge pull request #97 from alxhghs/patch-2
Fixed typo - changed 'no any other value' to 'not'
2017-07-17 00:24:32 +03:00
Ilya Kantor
308a046df3 Merge pull request #98 from alxhghs/patch-3
Changed 'waits the user' to 'waits for the user'
2017-07-17 00:23:54 +03:00
Alex Hughes
52c807e6bc Fixed sentence for readability. 2017-07-16 16:14:17 -04:00
Alex Hughes
64e6233f1a Changed 'waits the user' to 'waits for the user' 2017-07-16 15:52:19 -04:00
Alex Hughes
cf1782ac05 Fixed typo - changed 'no any other value' to 'not' 2017-07-16 14:52:11 -04:00
agzagroba
3fa4218adb grammar correction 2017-07-14 21:34:33 +02:00
Negar
277cbb3cbd Edit in line 148
Priority number of "unary plus" should be 16 according to the table. The number was typed 15, mistaken on line 148, the first line after the table.
2017-07-10 12:15:59 +04:30
Ilya Kantor
d45de3608a Merge pull request #75 from Kurczok/master
Grammatical changes
2017-07-10 09:38:31 +03:00
Ilya Kantor
911bf181f3 Merge pull request #81 from IanWitham/patch-1
Update article.md to fix typo
2017-07-10 00:04:33 +03:00
Ilya Kantor
31d3057a76 Merge pull request #82 from IanWitham/patch-2
Fixed unclear syntax and gendered language
2017-07-10 00:04:24 +03:00
Ilya Kantor
b16096724d Merge pull request #83 from IanWitham/patch-3
Grammar fix
2017-07-10 00:04:01 +03:00
Ilya Kantor
ad4b698bc6 Merge pull request #84 from IanWitham/patch-5
Typo and syntax fixes
2017-07-10 00:03:47 +03:00
Ilya Kantor
323100f928 Merge pull request #85 from IanWitham/patch-4
Grammar fixes
2017-07-10 00:03:27 +03:00
Kurczok
8ab9acafba Merge pull request #6 from Kurczok/patch-2
Update article.md
2017-07-09 11:33:58 +02:00
Kurczok
e833ecb02f Merge pull request #5 from Kurczok/patch-1
Patch 1
2017-07-09 11:33:22 +02:00
Kurczok
dd1207fbf4 Update article.md 2017-07-09 11:27:44 +02:00
Kurczok
e9595b8c99 Update article.md 2017-07-09 11:00:40 +02:00
Ian Witham
215233b12f Grammar fix
Should be "its", not "it's" (which means "it is")
2017-07-09 15:29:28 +12:00
Ian Witham
16a3cd482e Typo and syntax fixes 2017-07-09 15:20:31 +12:00
Ian Witham
effefc80bc Grammar fixes
A few grammar and typo fixes
2017-07-09 12:57:24 +12:00
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
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
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
1ad6eb609b Merge pull request #55 from cpxPratik/patch-1
Update solution.md
2017-06-30 13:56:20 +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
0ae4319050 Update article.md 2017-06-30 13:52:33 +03:00
Behnam Rajabifard
5eb19a5b7f Fix undeclared variable
Add `let` before `a` variable
2017-06-21 12:00:20 +04:30
cpxPratik
3e56ae3711 Update solution.md
Fix comments
2017-06-20 17:04:33 +05:45
Ilya Kantor
d67c04c22f minor 2017-06-17 19:00:42 +03:00