Commit Graph

7 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
ae3648167b Travis build: 231 2018-08-15 06:34:35 +00:00
ffb5bb29cd Updated longestItem + tests 2018-08-14 20:55:06 +03:00
95e5603702 Optimized longestItem 2018-08-12 21:07:40 -04:00
f7484d30cc Travis build: 1081 2018-01-08 20:01:19 +00:00
0e828a0f85 Update longestItem.md 2018-01-08 21:58:35 +02:00
aaca35a220 Based on suggestions, added longestItem() 2018-01-08 20:33:47 +01:00