Commit Graph

6 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
6adcd00686 Travis build: 1808 2018-03-12 20:31:45 +00:00
dc0676f0cd Update prefix.md 2018-03-12 22:29:23 +02:00
db817765d3 Update prefix.md 2018-03-12 22:01:31 +02:00
bf1aa7dbfe Update prefix.md 2018-03-08 23:26:08 +10:00
d235879d27 Create prefix.md 2018-03-08 23:22:54 +10:00