Commit graph

15 commits

Author SHA1 Message Date
Alexander
089af82ee2 Update article.md 2017-10-14 11:31:13 +03:00
Ilya Kantor
61f92a158c Merge pull request #235 from amid11/patch-1
Fix for replacing the middle item in an Array
2017-10-07 17:04:53 +03:00
Johann Miller
34c0a5a704 Fix typo: 'pop to end' in Arrays:Stacks 2017-10-06 16:01:26 -04:00
Amid Dadgar
70d1d874f6 Fix for replacing the middle item in an Array
the provided code `styles[(styles.length - 1) / 2] = "Classics";` will replace the last item instead of the middle one. in order to fix that we need to change code like this : `styles[Math.floor((styles.length - 1) / 2)] = "Classics";`
2017-10-06 17:05:26 +03:30
Micah Stubbs
2b166e9447 Reggie --> Reggae
https://en.wikipedia.org/wiki/Reggae
2017-09-17 17:12:54 -07: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
Su
7bf7aa5675 fix a typo
add "is"
2017-08-08 15:28:35 +09:00
Ilya Kantor
1cf212893a Merge pull request #53 from Yofri/master
another typo
2017-06-30 13:56:46 +03:00
Yofri
d2691263ce typo 2017-06-26 20:42:44 +07:00
Aadith PM
5547a46216 Edit typo 2017-06-19 19:37:40 +05:30
Ilya Kantor
2c57f11fdf fixes 2017-06-03 08:15:03 +03:00
Thierry Parmentelat
936a921d8a typos 2017-05-10 16:15:43 +02:00
Skubie Doo
f50b304a2b Fix typo 2017-03-26 14:24:01 -04:00
Ilya Kantor
75e30539ef replace 2017-03-19 17:09:37 +03:00
Ilya Kantor
9ad9063d00 up 2016-11-28 21:35:42 +03:00