Commit Graph

5 Commits

Author SHA1 Message Date
8ee50178f3 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
ed21d46d0b Update show.md 2018-01-08 12:42:55 +02:00
c3725284e2 Travis build: 452 2017-12-28 22:11:31 +00:00
644cd9a983 Update show.md 2017-12-29 00:01:28 +02:00
2c96ce7cc1 Added show/hide snippets 2017-12-28 23:33:21 +02:00