Commit graph

62 commits

Author SHA1 Message Date
Nayoung
1c439bf667
just add a comma 2022-05-22 22:27:11 +09:00
Ilya Kantor
c49b104d23 closes #2937 2022-04-14 06:46:56 +03:00
Lavrentiy Rubtsov
d8ba31db57
Delete ; after function declaration 2022-03-12 00:05:30 +06:00
Omid Heidarzadeh
82e5d13b89 fix:Add missing test #2826 & fix related solution 2022-01-22 22:37:02 +03:30
Tofpu
690c223335
added showStep to our chain in the solution 2021-11-16 09:52:12 +02:00
Tofpu
83d20033e4
added showStep method to our chain in the task 2021-11-16 09:37:00 +02:00
Mustafa Kemal Tuna
334d4de8e1
pseudo function expression
it could be more intuitive. function() looks like calling a function but example is about function expression.
2021-04-04 11:47:58 +03:00
seamissu
526b216871
fix typo: missing semicolon after let ladder = { } 2021-01-30 04:26:38 +11:00
Mustafa Kemal Tuna
afd41eaf86
each unit parts must be tested
For completeness of the test cases we could add tests for the read method. So every method can have individual test cases.
2021-01-12 05:22:25 +03:00
Ilya Kantor
d3b38c2837 minor fixes 2020-10-11 17:16:04 +03:00
Ilya Kantor
3fbbcd1559 minor fixes 2020-10-11 17:15:40 +03:00
Ilya Kantor
e7953a4759 minor fixes 2020-10-11 17:14:36 +03:00
Ilya Kantor
1273ae44e3 minor fixes 2020-10-11 17:12:11 +03:00
MuhammedZakir
0f5b63d86f Restructure the Solution for 'Army of Functions' task and Fix Typos
Fix #2068 - Army of Functions
Fix #2070 - Typo
Fix #2056 - Grammatical Error
Fix #2074 - Remove semi-colon after function declaration
2020-09-04 13:38:41 +05:30
Ilya Kantor
b057341f6c refactor objects, add optional chaining 2020-05-03 16:56:24 +03:00
Peter Roche
2a6e87a6e9
Change 'brackets' to 'parentheses'
Again, in American English, and programming, "brackets" usually means "square brackets". "Parentheses" is unambiguous.
2020-03-30 18:25:04 -06:00
Peter Roche
46b3bf6b5a
Change 'brackets' to 'parentheses'
I think this is the way it is typically used here and elsewhere. reserving "brackets" without a qualifier for indicating square brackets., so probably no explanation is necessary. 

But, for those who want to know more:

It does seem to be the case that in British English "brackets" typically means "round brackets", which are parentheses, but in American English "brackets" typically means square brackets ("[]"). 

Admittedly, "brackets" is easier to spell. And to pronounce. Even to type, once you get used to it.
2020-03-30 18:17:55 -06:00
u-n-known
169389f7d5
Some missing whitespaces 2020-02-23 00:36:26 +01:00
koala-lava
0de5046a40
Update solution.md 2019-12-01 20:13:36 +07:00
koala-lava
d43276a7f3
Added clarification
The solution explanation is not very obvious so added another example to make things clear
2019-11-11 19:54:21 +07:00
koala-lava
dd52fb91cd
Fixed object variable user.go() to be obj.go() 2019-10-22 05:55:22 +07:00
paroche
9fd644cc83
Update article.md
Add "the" before "'this' keyword".
2019-09-23 20:44:13 -06:00
Ilya Kantor
13bae5d9b4
Merge pull request #1332 from paroche/patch-24
Update article.md
2019-09-13 17:57:38 +03:00
paroche
a95a2f5725
Update solution.md
Wording change. (I actually like the original wording "does not give understanding" -- very concise, and communicates clearly. It's just a bit non-standard in usage).
2019-09-12 17:24:05 -06:00
paroche
30314f66e0
Update article.md
Minor wording changes.
2019-09-12 16:22:36 -06:00
Ilya Kantor
3da7f481dd minor 2019-09-11 13:18:38 +03:00
Ilya Kantor
3dd8ca09c1 minor 2019-09-07 23:08:45 +03:00
Daniel Schroeder
d0c3c695fb
Minor grammatical fixes 2019-09-07 13:22:20 -05:00
Daniel Schroeder
d813adfb7b
Fix minor grammatical errors 2019-09-07 13:01:53 -05:00
pimonenkov
f8c561c746
an -> a 2019-09-04 12:07:21 +03:00
Ilya Kantor
34e9cdca36 minor 2019-07-29 00:12:34 +03:00
Ovidiu Voicu
01acd465ba Fix typo and rephrased sentence 2019-07-03 19:07:41 +03:00
Ilya Kantor
cb6aac9c0a minor 2019-06-26 12:12:59 +03:00
Ilya Kantor
7697f95e24 fixes 2019-06-20 16:16:49 +03:00
K-Sato
a6c16624e7
Fix Typo
https://idioms.thefreedictionary.com/for+a+start
2019-06-20 11:18:21 +09:00
Ilya Kantor
389801a41e minor 2019-05-31 20:07:38 +03:00
Ilya Kantor
6713199c3c minor 2019-05-31 19:22:08 +03:00
Ilya Kantor
9f4b8a5c98 minor 2019-05-31 19:17:46 +03:00
Ilya Kantor
76b0616727 improvements 2019-05-31 19:11:37 +03:00
Ilya Kantor
0a95d04b17 closes #908 2019-04-15 11:31:03 +03:00
Ilya Kantor
2ee2751216 refactor promise, geneerators, global object 2019-03-02 23:36:53 +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
397a3aff4e
Update task.md
If it's not mentioned, the reader could not change code inside showStep() and then, showStep() could be just the last call of the statement.
2019-01-18 09:59:23 -03:00
Elie
e9ed9f16c9
Spelling fix 2018-12-19 01:26:52 +02:00
daGo
be572bdb4c
add the quotes
now they do the same
2018-10-28 10:33:10 +03:00
Shashank Rajesh
61e825b042
Fixed grammatical typo.
Singular case agreement error. Yes, all I did was remove an 's' from a word. What a great first contribution to an open source project!
2018-10-18 18:05:10 -04:00
daGo
48f942c093
typo: it's > its
just a casual small typo
2018-07-09 20:53:06 +03:00
Ilya Kantor
3340634eb5 minor 2018-07-04 15:09:45 +03:00
Ilya Kantor
be007e78ef remove cut 2018-02-06 13:07:22 +03:00
Aniket Kudale
2b57bdafa8 Corrected task 3 typo 2017-09-05 16:25:31 +05:30