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
00b3da7504 Updated examples
Removed duplicate and unnecessary examples.
2018-01-04 14:22:56 +02:00
8430ef17e7 Update unescapeHTML.md 2017-12-30 00:25:24 +11:00
773278d679 Travis build: 600 2017-12-29 13:22:58 +00:00
ca880a61bf Update unescapeHTML.md 2017-12-30 00:13:15 +11:00
c55906cdf8 Rename unescapeString.md to unescapeHTML.md 2017-12-30 00:09:10 +11:00