Stepan Ivanov
ac8ea0d372
typo fix
2017-09-18 14:36:13 +11:00
Micah Stubbs
2b166e9447
Reggie --> Reggae
...
https://en.wikipedia.org/wiki/Reggae
2017-09-17 17:12:54 -07:00
Mark
19f7aa4ae5
Typo - miss letter 't'
...
Typo - miss 't', word 'between' in description arr.join() method
2017-09-18 00:00:38 +03:00
Ilya Kantor
9bf0153f70
minor
2017-09-17 19:44:37 +02:00
Ilya Kantor
8b4cd384b3
Merge pull request #184 from azeemansar/patch-1
...
article.md - Break out examples towards top (for clarity) and change some wording
2017-09-17 19:35:11 +02:00
Ilya Kantor
d314c14e6c
Merge pull request #185 from justfortherec/patch-1
...
Fix: Wrong name for Firefox JavaScript engine
2017-09-17 19:34:47 +02:00
Ilya Kantor
b31eae835b
Merge pull request #186 from samal84/patch-1
...
Fix computed property example
2017-09-17 19:33:49 +02:00
Ilya Kantor
1ffd30fdff
Merge pull request #183 from varkadov/patch-1
...
Wrong variables name
2017-09-17 19:33:37 +02:00
Mark
42d9eb1563
Update article.md
...
Typo - miss closing parenthesis in add.map() example
2017-09-17 19:47:26 +03:00
Ilya Kantor
209c457232
minor
2017-09-17 11:12:34 +02:00
Sámal Rasmussen
cc4d10896e
Fix computed property example
...
I'm sure the fruit variable was supposed to be used somewhere.
2017-09-17 00:17:25 +02:00
Franz Geiger
c17003f4fe
Fix: Wrong name for Firefox JavaScript engine
...
Gecko is the layout engine of Firefox. The JavaScript engine is called SpiderMonkey
2017-09-16 22:06:20 +02:00
Azeem Ansar
d937a2255d
Update article.md
...
- Change wording in first paragraph, and break out examples into numbered bullets.
- Change some articles and words to make sentences clearer and more consistent.
2017-09-16 15:11:50 -04:00
Vadim Arkadov
52ed864f22
Wrong variables name
2017-09-16 20:22:26 +03:00
kitiya
a947264664
Changing 'leader' to 'user'
2017-09-12 13:26:42 -06:00
Ilya Kantor
05a1854fa3
Merge pull request #175 from kitiya/master
...
Update Data Types section
2017-09-11 00:01:03 +02:00
kitiya
f30b0cb514
Update solution.md
...
Change arr to users to match the parameter name
2017-09-08 17:37:06 -06:00
kitiya
c6e1e78193
adding a back-tick ( ` )
...
Adding a back-tick to correct code highlighter
2017-09-08 13:09:17 -06:00
Ilya Kantor
1415a9a7aa
Merge pull request #166 from fuchodeveloper/patch-2
...
Update article.md
2017-09-08 18:21:22 +02:00
Ilya Kantor
dcee0e3557
Merge pull request #167 from aniketkudale/master
...
Corrected typo in task 3
2017-09-08 18:21:13 +02:00
Ilya Kantor
e9f502053a
Merge pull request #168 from fuchodeveloper/patch-3
...
Fixed typo in article
2017-09-08 18:21:02 +02:00
Ilya Kantor
34c05e2578
Merge pull request #169 from kitiya/patch-3
...
Update solution.md
2017-09-08 18:20:54 +02:00
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
Ilya Kantor
ead5ec89d4
Merge pull request #173 from kitiya/patch-6
...
Correct Type: Occurences (another one)
2017-09-08 18:19:43 +02:00
kitiya
75e5f71963
Correct Type: Occurences
...
Update another type from "occurences" to "occurrences"
2017-09-07 13:52:41 -06:00
kitiya
0c86e0c8db
Update solution.md
...
Math.round(63.5) should return 64, not 63.
2017-09-07 11:17:28 -06:00
kitiya
a233ed2944
Parameters section
...
update parameter name from "next" to "text"
2017-09-05 15:06:07 -06:00
Fredrick Mgbeoma
c1d419d140
Fixed typo in article
...
Fixed typo in JSON.stringify section of the article
2017-09-05 16:58:50 +01:00
Aniket Kudale
2b57bdafa8
Corrected task 3 typo
2017-09-05 16:25:31 +05:30
Fredrick Mgbeoma
7ad58a7833
Update article.md
2017-09-05 00:21:04 +01:00
Tom Gardner
1b2755e9ec
reworded sentence in 05-types article.md
2017-09-04 18:54:24 +02:00
Kurczok
4a2a86ee85
removed => removing
2017-09-04 00:08:02 +02:00
Ilya Kantor
7efbc5a677
Merge branch 'master' into patch-4
2017-09-03 19:53:02 +03:00
George
d61a8bd77a
minor change to line 654
2017-09-03 17:48:51 +01:00
George
baf5c91a89
minor update
2017-09-03 17:45:03 +01:00
Ilya Kantor
0bbec294ad
Merge pull request #158 from fuchodeveloper/patch-1
...
updated article.md
2017-09-03 19:18:28 +03:00
Fredrick Mgbeoma
aa433935d8
updated article.md
...
Fixed typos
2017-09-03 09:57:26 +01:00
kitiya
8b14175990
Update solution.md
2017-09-02 19:14:21 -06:00
graberzz
8a3e5d239f
typo fix
...
getAverageAge function argument named users, but arr used instead
2017-09-03 03:54:12 +05:00
twgardner2
a5e850eb8e
Fix typo
2017-09-02 10:15:18 +02:00
kitiya
11860c30c2
Update solution.md - question 2
...
Question 2: Changing from "true" to "false"
2017-09-01 15:54:26 -06:00
gwooly
3daed31965
Minor grammer/spelling edit
...
Double checked, should be good. Just pay attention to line 296 as I'm not 100% sure it's the correct edit in this context.
2017-09-01 15:49:34 +01:00
Colleen McGuckin
29508e11da
Fix typo
2017-08-30 16:17:12 -07:00
Ilya Kantor
592c0935c0
Merge pull request #148 from gwooly/patch-3
...
Minor text edits
2017-08-30 16:48:39 +02:00
Ilya Kantor
1d27fcff73
Merge pull request #150 from Anton-KG/patch-1
...
lesson 6 "Type conversion" fix typo
2017-08-30 16:47:01 +02:00
Anton
0363fd58e3
fix typo
2017-08-30 15:56:02 +03:00
gwooly
b26051869f
Made amendments as per comments.
2017-08-29 14:16:24 +01:00
gwooly
02cc72846b
Made amendments to pull request as per comments
2017-08-29 13:38:05 +01:00
gwooly
c819d2830b
Minor text edits
2017-08-27 23:48:42 +01:00