996dcdc22d
Additional tests
2018-11-10 13:04:37 +02:00
9e4c7308ce
docs: prototype.prototype -> prototype
2018-10-31 17:21:06 +01:00
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
262a657ccb
Travis build: 2110
2018-05-31 18:13:03 +00:00
72a3645767
Update toHash.md
2018-05-31 21:09:51 +03:00
e7611f9742
Remove unneeded closing parenthesis
2018-05-31 10:57:28 -07:00
01a3266fac
Use call on Reduce to apply it to array likes
2018-05-31 10:56:07 -07:00
de3f900b34
Update toHash.md
2018-05-30 16:15:13 -07:00
32beb27782
Rename toHash to toHash.md
2018-05-30 16:14:04 -07:00