db0485e2bf
Travis build: 684
2018-10-25 10:28:14 +00:00
c7336809f7
Update longestItem.md
2018-10-25 13:24:26 +03:00
e0c7d41271
Change argument name
2018-10-25 14:13:25 +04:00
dc80418ce0
Simplify longestItem
2018-10-25 14:13:10 +04: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
1b4d27277d
Travis build: 231
2018-08-15 06:34:35 +00:00
c869d995f1
Updated longestItem + tests
2018-08-14 20:55:06 +03:00
bd2da58870
Optimized longestItem
2018-08-12 21:07:40 -04:00
be413ad13c
Travis build: 1081
2018-01-08 20:01:19 +00:00
53472298a8
Update longestItem.md
2018-01-08 21:58:35 +02:00
d080d1f3dd
Based on suggestions, added longestItem()
2018-01-08 20:33:47 +01:00