Commit graph

291 commits

Author SHA1 Message Date
Ilya Kantor
218ef36c9d minor 2019-06-19 12:58:02 +03:00
Ilya Kantor
061ff30189 minor 2019-06-18 19:44:34 +03:00
Ilya Kantor
726f08a179
Merge pull request #1049 from DouglasMV/master
Fixed backticks missing
2019-06-12 19:17:11 +03:00
Ilya Kantor
60585f2cb8 fix 2019-06-12 15:47:13 +03:00
Ilya Kantor
5498450646 fixes 2019-06-12 15:19:08 +03:00
DouglasMV
cce0816096
typo 2019-06-11 17:10:37 -03:00
DouglasMV
1856fe3868
missing backticks 2019-06-11 16:36:39 -03:00
DouglasMV
ace757d644
missing backticks 2019-06-11 14:27:58 -03:00
Violet.Lee
fec474269c update description regarding forEach method on Set 2019-06-09 00:39:58 +09:00
Ilya Kantor
267cf94c9f
Merge pull request #1028 from dhx-mike-palandra/patch-1
Update article.md
2019-05-31 09:29:34 +03:00
dhx-mike-palandra
8489afd7c6
Update article.md
Sensible re-ordering of words.
2019-05-30 17:18:48 -04:00
DouglasMV
e4300bbb5f
Fix typo 2019-05-30 16:34:24 -03:00
Mau Di Bert
7df2a2a7e1
Update article.md
typo
2019-05-26 10:54:21 -03:00
Mau Di Bert
f8a00f4af7
Update solution.md
Same case: Don't know if this fixes the repetition but I can't check it till merged.
2019-05-25 09:26:37 -03:00
Mau Di Bert
a2cb3c6f12
Update solution.md 2019-05-25 09:25:10 -03:00
Mau Di Bert
c7ba283f45
typo 2019-05-25 08:33:25 -03:00
Ilya Kantor
00d8b63110 minor 2019-05-19 19:38:16 +03:00
Ilya Kantor
2c4cc643af up 2019-05-15 08:39:38 +03:00
Ilya Kantor
d15186ddfe fix 2019-05-09 11:02:56 +03:00
Ilya Kantor
83b40bc408 minor 2019-05-07 10:10:36 +02:00
Ilya Kantor
1ba420f511 fixes 2019-05-04 22:34:27 +02:00
Ilya Kantor
05f45021ca fixes 2019-05-04 20:52:26 +02:00
Ilya Kantor
19196e3e98
Merge pull request #945 from javascript-tutorial/lex111-patch-1
array-methods: wording
2019-04-30 22:06:18 +02:00
Ilya Kantor
7d23fd8b20
Merge pull request #949 from shchegol/master
Array methods: minor mistake
2019-04-30 22:05:45 +02:00
Ilya Kantor
593e122f85 fix 2019-04-30 20:19:43 +02:00
Alexander Shchegol
ad8a7170e5 Array methods: minor mistake 2019-04-29 13:43:45 +03:00
Alexey Pyltsyn
e9e383388d
array-methods: wording 2019-04-27 13:19:29 +03:00
Hans Yelek
743a0dcf90
Fix typo
Change function name "random" to its proper name "randomInteger"
2019-04-24 23:06:16 -06:00
Alexey Pyltsyn
735880d45f Replace Node.JS with Node.js 2019-04-23 21:29:04 +03:00
Lim
d67929ca8d
Updated article.md (better sentence flow)
BEFORE
"3. When this happens, a special “object wrapper” IS CREATED that provides the extra functionality, and then is destroyed."
AFTER
"3. When this happens, a special “object wrapper” that provides the extra functionality IS CREATED, and then is destroyed."
2019-04-21 21:56:44 +09:00
Himanshu Singh
557d170c81
Update solution.md
Changed the sign on line 32,33.
2019-04-20 14:39:00 +05:30
dragonwocky
24d132bd73
Minor grammatical typo fix
"rare mathematical __or hieroglyphic__ characters" makes a little more sense than "rare mathematical __of hieroglyphs__ characters"
2019-04-14 15:53:33 +10:00
Ilya Kantor
8f13d61a8b Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
Ilya Kantor
911f7833bb minor 2019-04-02 14:53:28 +03:00
Ilya Kantor
9dff4c05d4
Merge pull request #870 from gargakshat/patch-1
Update to improve clarity and avoid confusion.
2019-04-02 14:45:22 +03:00
Ilya Kantor
e22e971664 Merge branch 'refactor' 2019-04-02 14:02:03 +03:00
Ilya Kantor
6fb4aabcba components 2019-04-02 14:01:44 +03:00
Rizky
323de66b20
Fix typo
Remove semicolon at the end of the function
2019-03-26 05:31:56 +00:00
Akshat Garg
db55cf71ac
Update to improve clarity and avoid confusion.
Changing the section on using commas to skip array elements, so as to make it more explicit that the skipping is possible for the elements in the middle of the array as well.
The code sample and smart-heading give the impression that only the first elements can be skipped.
2019-03-24 00:47:51 +05:30
Ilya Kantor
06d7123df1 closes #797 2019-03-07 13:59:23 +03:00
Ilya Kantor
594cc4a6d6 added explanations, closes #798 2019-03-07 13:58:04 +03:00
Ilya Kantor
6c894be138 fractions 2019-03-07 10:48:18 +03:00
Ilya Kantor
be9c5a7b5f re-export pictures 2019-03-02 23:36:52 +03:00
Ilya Kantor
33b67f0241
Merge pull request #815 from vasilevx/patch-1
Update task.md
2019-03-02 23:34:17 +03:00
vasilevx
68109cfee5
Update task.md 2019-02-22 02:55:57 +03:00
Ilya Kantor
408ba7d4e4 make sure a solution always shows up, use "demo" if exists 2019-02-21 19:35:04 +03:00
Mau Di Bert
4505bda102
Update article.md
adding the reference. I'm not sure if that's correct but if not, the reference appears in the last example but it doesn't target anything. ;-)
2019-02-16 12:46:54 -03:00
Ilya Kantor
5c61bedbe9
Merge pull request #799 from CyberMew/patch-2
Update article.md
2019-02-13 13:10:38 +03:00
Ilya Kantor
05e1e2623e
Merge pull request #800 from CyberMew/patch-1
Update article.md
2019-02-13 13:10:15 +03:00
Ilya Kantor
de5d580913
Merge pull request #801 from CyberMew/patch-3
Update article.md
2019-02-13 13:09:48 +03:00