Commit graph

1230 commits

Author SHA1 Message Date
Ilya Kantor
ead5ec89d4 Merge pull request #173 from kitiya/patch-6
Correct Type: Occurences (another one)
2017-09-08 18:19:43 +02:00
Ilya Kantor
fba08b5c02 Merge pull request #174 from rsyring/patch-1
Clarify order of bubble/capture handlers on the target
2017-09-08 18:19:34 +02:00
Ilya Kantor
42ac7b0f20 Merge pull request #165 from twgardner2/master
Reworded one sentence
2017-09-08 18:18:54 +02:00
Randy Syring
5eb492e90e Clarify order of bubble/capture handlers on the target
The way the edited paragraph was written, I initially thought the bubble handler on the target would be ran before the capture handler, which seemed odd.  I believe this update clarifies the author's intention and describes better how the handler's actually work.
2017-09-07 23:25:50 -04:00
kitiya
75e5f71963 Correct Type: Occurences
Update another type from "occurences" to "occurrences"
2017-09-07 13:52:41 -06:00
kitiya
20aaed3f1d Typo: occurences
Update from "occurences" to "occurrences"
2017-09-07 13:47:49 -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
Ilya Kantor
144a2fe6c3 Merge pull request #164 from Kurczok/patch-4
removed => removing
2017-09-04 14:39:33 +03:00
Kurczok
4a2a86ee85 removed => removing 2017-09-04 00:08:02 +02:00
Ilya Kantor
b11dd79e5e Merge pull request #153 from gwooly/patch-4
Minor grammar/spelling edits
2017-09-03 19:53:11 +03: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
Ilya Kantor
e8eeab1316 Merge pull request #160 from Kurczok/patch-3
getComputedStyle typo
2017-09-03 19:18:15 +03:00
Ilya Kantor
f576a35670 Merge pull request #162 from Kurczok/patch-4
Use typo
2017-09-03 19:16:54 +03:00
Ilya Kantor
c6d7c94d19 Merge pull request #156 from graberzz/patch-1
typo fix
2017-09-03 19:16:47 +03:00
Kurczok
80eb75ab16 Use typo 2017-09-03 17:28:52 +02:00
Kurczok
17c2317cc7 getComputedStyle typo 2017-09-03 14:15:50 +02: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
Ilya Kantor
1a2982650d Merge pull request #154 from Annis-Monadjem/master
replace "progress" with "timeFraction" for clarity
2017-09-02 16:49:14 +02:00
Ilya Kantor
b72a1aae6d Merge pull request #155 from twgardner2/master
Fix minor typo: change 'will shown its value' to 'will show its value'
2017-09-02 16:43:55 +02:00
twgardner2
2bbf6a91dc Merge pull request #1 from twgardner2/shown_to_show_in_debugging
Fix typo
2017-09-02 10:18:43 +02:00
twgardner2
a5e850eb8e Fix typo 2017-09-02 10:15:18 +02:00
Annis Monadjem
13414b845e Update article.md 2017-09-02 00:41:09 +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
Ilya Kantor
21d71c03d4 Merge pull request #152 from colleenmcguckin/patch-1
Fix typo
2017-09-01 16:23:38 +02: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
Ilya Kantor
10af994d84 Merge pull request #149 from gwooly/patch-2
Minor text changes
2017-08-30 16:45:16 +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
gwooly
a264bf0618 Minor text changes 2017-08-27 23:09:30 +01:00
Ilya Kantor
78863ca6cb comments 2017-08-27 23:25:13 +02:00
Ilya Kantor
9f6cb376a0 bugfix 2017-08-26 11:28:57 +02:00
Ilya Kantor
55e91ede26 Merge pull request #145 from GeorgySerga/patch-2
Update 01-object
2017-08-25 23:14:33 +02:00
Ilya Kantor
4a375e055f Merge pull request #146 from herambgadekar/patch-2
Updated solution.md
2017-08-25 23:14:18 +02:00
Ilya Kantor
5018314509 Merge pull request #147 from GeorgySerga/patch-3
Fix typo 05-data-types/02-number
2017-08-25 23:13:57 +02:00
Ilya Kantor
7c7e802085 Merge pull request #144 from GeorgySerga/patch-1
Update 15-function-expressions-arrows
2017-08-25 23:13:48 +02:00