Commit Graph

11 Commits

Author SHA1 Message Date
fb76573a43 Travis build: 684 2018-10-25 10:28:14 +00:00
cb6ef4f638 Update longestItem.md 2018-10-25 13:24:26 +03:00
db2d690b2c Change argument name 2018-10-25 14:13:25 +04:00
73dfb96c11 Simplify longestItem 2018-10-25 14:13:10 +04:00
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