Commit graph

384 commits

Author SHA1 Message Date
Ilya Kantor
4e1711e871 Merge pull request #170 from kitiya/patch-1
Update solution.md - question 2
2017-09-08 18:20:33 +02:00
Ilya Kantor
270a0e02e5 Merge pull request #171 from kitiya/patch-2
Parameters section
2017-09-08 18:20:01 +02:00
kitiya
a233ed2944 Parameters section
update parameter name from "next" to "text"
2017-09-05 15:06:07 -06:00
Tom Gardner
1b2755e9ec reworded sentence in 05-types article.md 2017-09-04 18:54:24 +02:00
kitiya
11860c30c2 Update solution.md - question 2
Question 2: Changing from "true" to "false"
2017-09-01 15:54:26 -06:00
Colleen McGuckin
29508e11da Fix typo 2017-08-30 16:17:12 -07:00
Anton
0363fd58e3 fix typo 2017-08-30 15:56:02 +03:00
Georgy
e3f126edaf Update 15-function-expressions-arrows
'Must' is very restrictive. The code would work without `return` directive, both in general or `"use strict";` modes.
For instance, we **must** declare variables, because code would break.
2017-08-21 14:17:36 -04:00
Ilya Kantor
25e97bb50e Merge pull request #141 from nhooyr/patch-1
Safari does not return an empty string when a prompt is cancelled
2017-08-18 12:09:49 +02:00
Ilya Kantor
5b4bb6a11d Merge pull request #142 from nhooyr/patch-3
fix mistake, null <= 100 === true not false
2017-08-18 12:09:35 +02:00
Ilya Kantor
eb93b05ed9 Merge pull request #143 from nhooyr/patch-4
fix typo
2017-08-18 12:09:11 +02:00
Anmol Sethi
6ed3774aa9 fix typo 2017-08-17 21:58:12 -04:00
Anmol Sethi
53a768f004 fix mistake, null <= 100 === true not false 2017-08-17 21:57:43 -04:00
Anmol Sethi
0395673650 Safari does not return an empty string when a prompt is cancelled
title
2017-08-17 21:28:37 -04:00
gwooly
dd70a07e12 Minor grammar changes to help improve flow. 2017-08-17 20:14:12 +01:00
Heramb
32352a104f Update article.md 2017-08-15 12:14:04 -07:00
Ilya Kantor
d098c48c8b Merge pull request #137 from jmbothe/master
grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16
2017-08-12 13:43:09 +02:00
Jeff Bothe
6006abdfdc grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16 2017-08-10 19:12:00 -05:00
flinchtheone
d6dd01eca3 Changed 'i' variable to 'counter'
'i' is not in discussion at this point, 'counter' is.
2017-08-10 19:01:37 +01:00
Ilya Kantor
e3b35f852a Merge pull request #130 from jmbothe/master
Grammar/usage/punctuation edits, Part 1, sections 2.1 - 2.8
2017-08-10 13:55:07 +02:00
Ilya Kantor
e43e1a0952 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2017-08-09 23:34:30 +02:00
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