Commit Graph

8 Commits

Author SHA1 Message Date
f2e5e26af3 Avoid confusing prototype methods for static methods
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)

This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
3cbd7040e9 Travis build: 391 2017-12-28 08:30:19 +00:00
0001ff4dcb update snippets 32-47 2017-12-27 16:24:25 +02:00
3d79413392 Linting 2017-12-27 11:02:46 +02:00
81817a5dab Update dropRight.md 2017-12-24 14:11:30 +02:00
83fb2c523a Bad example👎
The slice function can take the negative negative value of the second agrimement
2017-12-23 14:00:04 +03:00
df1d659175 Update dropRight.md 2017-12-19 12:06:58 +02:00
ba6d848ddc Update and rename drop-right.md to dropRight.md 2017-12-19 12:06:47 +02:00