Commit Graph

18 Commits

Author SHA1 Message Date
aedcded750 Format snippets 2020-10-22 20:23:47 +03:00
47276ac092 Update snippet descriptions 2020-10-21 21:17:45 +03:00
caa67e2a49 Update snippet descriptions 2020-10-20 23:02:01 +03:00
acdbdd0ccb Re-tag string snippets 2020-10-18 19:50:38 +03:00
53c16dbf65 Apply new format to snippets and template 2020-09-15 21:52:00 +03:00
e31aea403d Deprecate utility tag 2020-04-16 23:07:33 +03:00
611729214a Snippet format update
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
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