Commit graph

986 commits

Author SHA1 Message Date
Ilya Kantor
a69e9e702a minor 2017-08-09 23:34:19 +02:00
Ilya Kantor
c6271b5c58 fixes #123 2017-08-05 22:05:09 +02:00
Ilya Kantor
8839da3832 minor 2017-08-05 21:59:43 +02:00
Ilya Kantor
fcaae2426e Merge pull request #120 from jmbothe/master
grammar, usage, punctuation corrections for 1-js/01-getting-started
2017-08-05 21:57:37 +02:00
Ilya Kantor
e74ca67e08 Merge pull request #114 from maniart/patch-1
Small typo
2017-08-05 00:17:02 +02:00
Ilya Kantor
8ad7e41d72 Merge pull request #115 from YNataly/patch-3
Update article.md
2017-08-05 00:16:51 +02:00
Ilya Kantor
10d2b737ca Merge pull request #116 from mattfellenz/patch-1
Fix typo in Javascript Specials
2017-08-05 00:16:24 +02:00
Ilya Kantor
77434692b9 Merge pull request #118 from foodaka/fix-typo-1-js-06-03-closure
Typo on Closures 1-js-06-03
2017-08-05 00:16:14 +02:00
Ilya Kantor
d649b46c8e Merge pull request #121 from zhewang2/patch-1
obj.toString === obj.__proto__.toString
2017-08-05 00:12:18 +02:00
zhewang2
3204e135b1 obj.toString === obj.__proto__.toString
Missing .
2017-08-03 13:04:41 -04:00
Ilya Kantor
9bba300d69 minor 2017-08-03 15:45:11 +02:00
Ilya Kantor
1bb1293de9 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2017-08-03 15:21:40 +02:00
Ilya Kantor
ab4040942d fix 2017-08-03 15:20:12 +02:00
Ilya Kantor
ccbc49ece8 fix 2017-08-03 15:16:48 +02:00
Jeff Bothe
11917ff7f2 grammar, usage, punctuation corrections for 1-js/01-getting-started 2017-08-02 17:26:25 -05:00
markhinschberger
44fba017e4 patch 2017-07-31 19:29:48 +08:00
Matt "Bacon" Fellenz
509c0e07d3 Update article.md 2017-07-29 06:33:54 -07:00
YNataly
f2fdee4eaa Update article.md 2017-07-29 14:23:10 +03:00
Mani Nilchiani
5e788c5597 Small typo 2017-07-29 01:07:09 -04: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
Ilya Kantor
885d717055 Merge pull request #112 from cpxPratik/patch-4
Update conditional statement article.
2017-07-28 18:18:12 +02:00
Ilya Kantor
d7482eb6c6 Merge pull request #113 from nicoffee/patch-1
Fix typo
2017-07-28 18:17:23 +02:00
Nikolay Fedoseev
ff1371f369 Fix typo 2017-07-28 17:30:43 +05: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
96e841cdf9 Merge pull request #102 from YNataly/patch-2
Update article.md
2017-07-23 11:29:56 +02:00
Ilya Kantor
0962a277b4 Merge pull request #103 from Cool-Guy1999/patch-1
Removed empty code block
2017-07-23 11:29:50 +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
Ilya Kantor
12404fb646 Merge pull request #105 from jorgesmash/patch-2
Typo
2017-07-23 11:29:26 +02:00
Ilya Kantor
97bf754592 Merge pull request #106 from jorgesmash/patch-3
Typos
2017-07-23 11:29:17 +02:00
Ilya Kantor
3083998604 Merge pull request #107 from jorgesmash/patch-4
Repeated Word
2017-07-23 11:28:48 +02:00
jorgesmash
be295cba3e Repeated Word
The word "dofference" was repeated.
2017-07-19 23:39:03 -04:00
jorgesmash
18480ab120 Typos 2017-07-19 23:27:32 -04: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
CoolGuy
071f46b23f Removed empty code block
Removed an empty code block at the end of the page
2017-07-19 20:57:23 +05:30
YNataly
e88717bb5f Update article.md
typo: line 104 : difference  difference
2017-07-17 22:25:08 +03: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
7ef8f49f9a Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2017-07-17 12:34:58 +03:00
Ilya Kantor
883a05c7a8 fix 2017-07-17 12:34:52 +03:00
Ilya Kantor
4b3de5ddc6 Merge pull request #100 from AlexRatmansky/patch-1
Removes typo
2017-07-17 12:32:04 +03:00
Ilya Kantor
8095b48bcc fixed #90 2017-07-17 12:24:00 +03:00
AlexRatmansky
728c7df6ca Removes typo 2017-07-17 11:41:29 +03:00
Ilya Kantor
6b8fdf378a Merge pull request #95 from agzagroba/master
grammar correction
2017-07-17 00:25:10 +03:00
Ilya Kantor
4436e00597 Merge pull request #96 from alxhghs/patch-1
Fixed small typo ('do' changed to 'to')
2017-07-17 00:24:47 +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