Commit graph

1403 commits

Author SHA1 Message Date
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
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
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
Georgy
dac2180c15 Fix typo 05-data-types/02-number 2017-08-24 18:46:50 -04:00
Heramb
4e3d209fc2 Updated solution.md
the function sumInput() needs return statement (added now at line 23) so that the alert(sumInput()) shows correct output (now on line 26).
2017-08-23 16:31:57 -07:00
Ilya Kantor
468a769b51 fixes 2017-08-22 23:19:09 +02:00
Georgy
36f3007651 Update 01-object
Little grammar fix, add subject "we".
2017-08-21 17:23:54 -04: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
Ilya Kantor
3b25bc58be Merge pull request #138 from jmbothe/master
grammar, usage, punctuation edits, Part 1, sections 3.1 - 4.6
2017-08-16 19:46:41 +02:00
Jeff Bothe
374db1ebd4 grammar, usage, punctuation edits, Part 1, sections 3.1 - 4.6 2017-08-15 18:25:49 -05:00
Heramb
32352a104f Update article.md 2017-08-15 12:14:04 -07:00