Commit Graph

18 Commits

Author SHA1 Message Date
27c168ce55 Bake date into snippets 2021-06-13 13:55:00 +03:00
aedcded750 Format snippets 2020-10-22 20:23:47 +03:00
caa67e2a49 Update snippet descriptions 2020-10-20 23:02:01 +03:00
53c16dbf65 Apply new format to snippets and template 2020-09-15 21:52:00 +03:00
b5c5a0d174 Update indexOfAll.md 2020-02-18 20:24:26 +02:00
611729214a Snippet format update
To match the starter (for the migration)
2019-08-13 10:29:12 +03: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
e97fdf2682 Formatting changes 2018-09-27 22:47:46 +03:00
8c04af3ab5 Travis build: 181 2018-08-02 20:15:23 +00:00
a24423d5c6 indexOfAll.md returns a functions with shadow vars
It returned a function that accepted the same arguments again that when run again with the same inputs would eventually result
2018-08-02 12:57:02 -07:00
43af1264ee Travis build: 176 [cron] 2018-08-02 19:51:06 +00:00
e8080f45d7 Simplify indexOfAll 2018-08-02 15:36:36 +04:00
dedd2fdd0b Update indexOfAll description
forgot to update description
2018-01-08 13:27:45 -08:00
2629765340 Update indexOfAll snippet return type
Now we're just going to return an empty array. This keeps a consistent return type, does not need checking, and won't break api chaining.

Decision was made because otherwise you'd have to add a filter step or check if the return is not an array. Instead we just want an empty array so it has a consistent API, and no indeces is a valid amount
2018-01-08 13:24:21 -08:00
1009250bdb Travis build: 1057 2018-01-06 11:49:05 +00:00
f450dbaf80 Update indexOfAll.md 2018-01-06 13:44:51 +02:00
571ac3cab4 Update 2018-01-06 16:41:42 +05:30
b441379b84 Rename indexOfAll 2018-01-06 15:37:56 +05:30