diff --git a/snippets/all.md b/snippets/all.md index d8588611f..79e6e6a8c 100644 --- a/snippets/all.md +++ b/snippets/all.md @@ -2,6 +2,7 @@ title: Test if all array elements are truthy tags: array expertise: beginner +cover: blog_images/touch-flower.jpg firstSeen: 2018-02-14T11:46:15+02:00 lastUpdated: 2020-10-18T20:24:28+03:00 --- diff --git a/snippets/allUnique.md b/snippets/allUnique.md index 92d8dff7c..90085e450 100644 --- a/snippets/allUnique.md +++ b/snippets/allUnique.md @@ -2,6 +2,7 @@ title: Check if all array elements are unique tags: array expertise: beginner +cover: blog_images/jars-on-shelf.jpg firstSeen: 2020-10-19T19:47:26+03:00 lastUpdated: 2021-01-08T00:23:44+02:00 --- diff --git a/snippets/any.md b/snippets/any.md index 3a5999a5d..4de2b71d7 100644 --- a/snippets/any.md +++ b/snippets/any.md @@ -2,6 +2,7 @@ title: Test if any array element is truthy tags: array expertise: beginner +cover: blog_images/basket-paper.jpg firstSeen: 2018-02-14T11:46:15+02:00 lastUpdated: 2020-10-18T20:24:28+03:00 --- diff --git a/snippets/average.md b/snippets/average.md index 8983c5e7b..bc53d64d6 100644 --- a/snippets/average.md +++ b/snippets/average.md @@ -2,6 +2,7 @@ title: Average of numbers tags: math,array expertise: beginner +cover: blog_images/interior-8.jpg firstSeen: 2017-12-29T13:29:49+02:00 lastUpdated: 2020-10-22T20:23:47+03:00 --- diff --git a/snippets/chunk.md b/snippets/chunk.md index d3fdc5f46..25429682a 100644 --- a/snippets/chunk.md +++ b/snippets/chunk.md @@ -2,6 +2,7 @@ title: Split into chunks tags: array expertise: intermediate +cover: blog_images/filter-coffee-pot.jpg firstSeen: 2017-12-17T16:41:31+02:00 lastUpdated: 2020-11-03T21:35:12+02:00 --- diff --git a/snippets/compact.md b/snippets/compact.md index 696d8c982..ac288147b 100644 --- a/snippets/compact.md +++ b/snippets/compact.md @@ -2,6 +2,7 @@ title: Compact array tags: array expertise: beginner +cover: blog_images/basket-paper.jpg firstSeen: 2017-12-14T08:19:15+02:00 lastUpdated: 2020-10-22T20:23:47+03:00 --- diff --git a/snippets/counter.md b/snippets/counter.md index f2a874e91..7cc8fbd17 100644 --- a/snippets/counter.md +++ b/snippets/counter.md @@ -2,6 +2,7 @@ title: Counter tags: browser expertise: advanced +cover: blog_images/touch-flower.jpg firstSeen: 2018-05-06T17:55:46+03:00 lastUpdated: 2020-11-01T20:50:57+02:00 --- diff --git a/snippets/dayName.md b/snippets/dayName.md index b43ad635d..19d7b6ae5 100644 --- a/snippets/dayName.md +++ b/snippets/dayName.md @@ -2,6 +2,7 @@ title: Day name tags: date expertise: beginner +cover: blog_images/interior.jpg firstSeen: 2020-10-04T00:31:08+03:00 lastUpdated: 2020-11-01T20:50:57+02:00 --- diff --git a/snippets/dayOfYear.md b/snippets/dayOfYear.md index 83798bd21..ef3664397 100644 --- a/snippets/dayOfYear.md +++ b/snippets/dayOfYear.md @@ -2,6 +2,7 @@ title: Day of year tags: date expertise: beginner +cover: blog_images/interior-3.jpg firstSeen: 2018-09-29T13:22:20+03:00 lastUpdated: 2020-10-19T18:51:03+03:00 --- diff --git a/snippets/delay.md b/snippets/delay.md index 5b6f01bec..b6570d04d 100644 --- a/snippets/delay.md +++ b/snippets/delay.md @@ -2,6 +2,7 @@ title: Delay function execution tags: function expertise: intermediate +cover: blog_images/interior-13.jpg firstSeen: 2018-01-24T14:32:20+02:00 lastUpdated: 2020-10-19T18:51:03+03:00 --- diff --git a/snippets/difference.md b/snippets/difference.md index 530deb587..cb39e90aa 100644 --- a/snippets/difference.md +++ b/snippets/difference.md @@ -2,6 +2,7 @@ title: Array difference tags: array expertise: beginner +cover: blog_images/interior-3.jpg firstSeen: 2017-12-17T16:41:31+02:00 lastUpdated: 2020-10-19T18:51:03+03:00 --- diff --git a/snippets/dropRight.md b/snippets/dropRight.md index 8bcb4554f..824839365 100644 --- a/snippets/dropRight.md +++ b/snippets/dropRight.md @@ -2,6 +2,7 @@ title: Drop list elements from the right tags: array expertise: beginner +cover: blog_images/messy-papers.jpg firstSeen: 2017-12-19T12:06:47+02:00 lastUpdated: 2020-11-01T20:50:57+02:00 --- diff --git a/snippets/findConsecutive.md b/snippets/findConsecutive.md index 3370cc447..3a5d6dfee 100644 --- a/snippets/findConsecutive.md +++ b/snippets/findConsecutive.md @@ -3,6 +3,7 @@ title: Arrays of consecutive elements tags: array expertise: intermediate author: chalarangelo +cover: blog_images/colorful-pots.jpg firstSeen: 2022-04-06T05:00:00-04:00 --- diff --git a/snippets/findLastN.md b/snippets/findLastN.md index 6fdecd593..ff22bb13e 100644 --- a/snippets/findLastN.md +++ b/snippets/findLastN.md @@ -2,6 +2,7 @@ title: Find last n matches tags: array expertise: intermediate +cover: blog_images/interior-16.jpg firstSeen: 2021-05-09T13:31:36+03:00 lastUpdated: 2021-05-09T13:31:36+03:00 --- diff --git a/snippets/flip.md b/snippets/flip.md index c8c110d48..e83838c25 100644 --- a/snippets/flip.md +++ b/snippets/flip.md @@ -2,6 +2,7 @@ title: Flip function arguments tags: function expertise: intermediate +cover: blog_images/interior-11.jpg firstSeen: 2017-12-22T02:42:15+02:00 lastUpdated: 2021-06-13T13:50:25+03:00 --- diff --git a/snippets/forEachRight.md b/snippets/forEachRight.md index 5bd2d49a5..bca22bdb9 100644 --- a/snippets/forEachRight.md +++ b/snippets/forEachRight.md @@ -2,6 +2,7 @@ title: Execute function for each array element in reverse tags: array expertise: intermediate +cover: blog_images/interior-6.jpg firstSeen: 2018-01-09T01:38:50+02:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/generatorToArray.md b/snippets/generatorToArray.md index 7ebd5638a..f427d65ad 100644 --- a/snippets/generatorToArray.md +++ b/snippets/generatorToArray.md @@ -3,6 +3,7 @@ title: Generator to array tags: function,array,generator expertise: beginner author: chalarangelo +cover: blog_images/messy-papers.jpg firstSeen: 2020-12-31T13:22:18+02:00 lastUpdated: 2020-12-31T13:22:18+02:00 --- diff --git a/snippets/getAncestors.md b/snippets/getAncestors.md index 7abed07ec..c02f3aaf8 100644 --- a/snippets/getAncestors.md +++ b/snippets/getAncestors.md @@ -3,6 +3,7 @@ title: Get element ancestors tags: browser expertise: beginner author: chalarangelo +cover: blog_images/interior-8.jpg firstSeen: 2020-10-15T09:28:34+03:00 lastUpdated: 2021-01-05T22:45:34+02:00 --- diff --git a/snippets/getMonthsDiffBetweenDates.md b/snippets/getMonthsDiffBetweenDates.md index b8c231971..833b3ae5a 100644 --- a/snippets/getMonthsDiffBetweenDates.md +++ b/snippets/getMonthsDiffBetweenDates.md @@ -3,6 +3,7 @@ title: Date difference in months tags: date expertise: intermediate author: maciv +cover: blog_images/two-flower-vases.jpg firstSeen: 2020-08-07T15:15:26+03:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/getTimestamp.md b/snippets/getTimestamp.md index 2b513ad6c..f778c58ca 100644 --- a/snippets/getTimestamp.md +++ b/snippets/getTimestamp.md @@ -2,6 +2,7 @@ title: Unix timestamp from date tags: date expertise: beginner +cover: blog_images/interior-14.jpg firstSeen: 2020-10-08T17:15:56+03:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/hasClass.md b/snippets/hasClass.md index 32a8c5cb3..d9ac1f5a1 100644 --- a/snippets/hasClass.md +++ b/snippets/hasClass.md @@ -2,6 +2,7 @@ title: Check if HTML element has class tags: browser,css expertise: beginner +cover: blog_images/interior.jpg firstSeen: 2017-12-28T23:46:33+02:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/hasMany.md b/snippets/hasMany.md index 773c893cf..459dbc7f7 100644 --- a/snippets/hasMany.md +++ b/snippets/hasMany.md @@ -3,6 +3,7 @@ title: Check if array has many matches tags: array expertise: beginner author: chalarangelo +cover: blog_images/interior-2.jpg firstSeen: 2021-07-11T05:00:00-04:00 --- diff --git a/snippets/hasOne.md b/snippets/hasOne.md index fd6de61ee..75a12fd26 100644 --- a/snippets/hasOne.md +++ b/snippets/hasOne.md @@ -3,6 +3,7 @@ title: Check if array has only one match tags: array expertise: beginner author: chalarangelo +cover: blog_images/interior-10.jpg firstSeen: 2021-07-04T05:00:00-04:00 --- diff --git a/snippets/haveSameContents.md b/snippets/haveSameContents.md index 5705b74ac..34c30c152 100644 --- a/snippets/haveSameContents.md +++ b/snippets/haveSameContents.md @@ -3,6 +3,7 @@ title: Check if arrays have same contents tags: array expertise: intermediate author: chalarangelo +cover: blog_images/interior-15.jpg firstSeen: 2020-01-05T21:40:39+02:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/indexOfAll.md b/snippets/indexOfAll.md index 13d75eac7..9bc862067 100644 --- a/snippets/indexOfAll.md +++ b/snippets/indexOfAll.md @@ -2,6 +2,7 @@ title: Index of all matches tags: array expertise: intermediate +cover: blog_images/jars-on-shelf-2.jpg firstSeen: 2018-01-06T12:07:56+02:00 lastUpdated: 2020-10-22T20:23:47+03:00 --- diff --git a/snippets/initializeArrayWithRangeRight.md b/snippets/initializeArrayWithRangeRight.md index 031a26f5f..c99745cf0 100644 --- a/snippets/initializeArrayWithRangeRight.md +++ b/snippets/initializeArrayWithRangeRight.md @@ -2,6 +2,7 @@ title: Initialize array with reversed range tags: array expertise: intermediate +cover: blog_images/interior-4.jpg firstSeen: 2018-01-16T17:09:39+02:00 lastUpdated: 2020-10-20T23:02:01+03:00 --- diff --git a/snippets/initializeNDArray.md b/snippets/initializeNDArray.md index bace920e5..72a33863d 100644 --- a/snippets/initializeNDArray.md +++ b/snippets/initializeNDArray.md @@ -2,6 +2,7 @@ title: Initialize n-dimensional array tags: array,recursion expertise: intermediate +cover: blog_images/colorful-pots.jpg firstSeen: 2018-04-14T10:52:39+03:00 lastUpdated: 2020-10-22T20:23:47+03:00 --- diff --git a/snippets/insertAt.md b/snippets/insertAt.md index 4c0f58b43..f83be6681 100644 --- a/snippets/insertAt.md +++ b/snippets/insertAt.md @@ -3,6 +3,7 @@ title: Insert value at array index tags: array expertise: intermediate author: chalarangelo +cover: blog_images/messy-papers.jpg firstSeen: 2020-05-22T09:07:35+03:00 lastUpdated: 2020-10-20T23:02:01+03:00 --- diff --git a/snippets/isAsyncFunction.md b/snippets/isAsyncFunction.md index aab9291f1..3035a2bd4 100644 --- a/snippets/isAsyncFunction.md +++ b/snippets/isAsyncFunction.md @@ -3,6 +3,7 @@ title: Value is async function tags: type,function expertise: intermediate author: chalarangelo +cover: blog_images/interior-12.jpg firstSeen: 2020-08-07T15:41:55+03:00 lastUpdated: 2020-10-20T11:21:07+03:00 --- diff --git a/snippets/isDeepFrozen.md b/snippets/isDeepFrozen.md index 284885c77..58129898e 100644 --- a/snippets/isDeepFrozen.md +++ b/snippets/isDeepFrozen.md @@ -3,6 +3,7 @@ title: Check if object is deep frozen tags: object,recursion expertise: intermediate author: maciv +cover: blog_images/godray-computer-mug.jpg firstSeen: 2020-09-04T20:20:11+03:00 lastUpdated: 2020-10-20T23:02:01+03:00 --- diff --git a/snippets/isDisjoint.md b/snippets/isDisjoint.md index 7efb327a6..dbd2888a6 100644 --- a/snippets/isDisjoint.md +++ b/snippets/isDisjoint.md @@ -3,6 +3,7 @@ title: Disjointed iterables tags: array expertise: intermediate author: maciv +cover: blog_images/interior-9.jpg firstSeen: 2020-10-11T11:53:01+03:00 lastUpdated: 2020-10-11T11:53:01+03:00 --- diff --git a/snippets/isGeneratorFunction.md b/snippets/isGeneratorFunction.md index 3e6153b4e..ffbe27a2b 100644 --- a/snippets/isGeneratorFunction.md +++ b/snippets/isGeneratorFunction.md @@ -3,6 +3,7 @@ title: Value is generator function tags: type,function expertise: intermediate author: chalarangelo +cover: blog_images/interior-4.jpg firstSeen: 2020-08-07T15:40:38+03:00 lastUpdated: 2020-10-20T11:21:07+03:00 --- diff --git a/snippets/longestItem.md b/snippets/longestItem.md index df348e4ed..089f48cb4 100644 --- a/snippets/longestItem.md +++ b/snippets/longestItem.md @@ -2,6 +2,7 @@ title: Longest item in array tags: array expertise: intermediate +cover: blog_images/interior-14.jpg firstSeen: 2018-01-08T21:33:47+02:00 lastUpdated: 2020-10-22T20:23:47+03:00 --- diff --git a/snippets/matches.md b/snippets/matches.md index 538c34f2f..7c0fc7fae 100644 --- a/snippets/matches.md +++ b/snippets/matches.md @@ -2,6 +2,7 @@ title: Match object properties tags: object expertise: intermediate +cover: blog_images/two-flower-vases.jpg firstSeen: 2018-01-23T20:17:32+02:00 lastUpdated: 2020-11-03T22:11:18+02:00 --- diff --git a/snippets/maxDate.md b/snippets/maxDate.md index 7bd459954..d2a8fb863 100644 --- a/snippets/maxDate.md +++ b/snippets/maxDate.md @@ -2,6 +2,7 @@ title: Max date tags: date expertise: intermediate +cover: blog_images/interior-15.jpg firstSeen: 2018-09-29T13:38:20+03:00 lastUpdated: 2020-10-21T21:54:53+03:00 --- diff --git a/snippets/minDate.md b/snippets/minDate.md index 4d165fbd7..6cabd411b 100644 --- a/snippets/minDate.md +++ b/snippets/minDate.md @@ -2,6 +2,7 @@ title: Min date tags: date expertise: intermediate +cover: blog_images/interior-2.jpg firstSeen: 2018-09-29T13:38:20+03:00 lastUpdated: 2020-10-21T21:54:53+03:00 --- diff --git a/snippets/nthArg.md b/snippets/nthArg.md index 19ef60d56..4f96545f3 100644 --- a/snippets/nthArg.md +++ b/snippets/nthArg.md @@ -2,6 +2,7 @@ title: Nth argument tags: function expertise: beginner +cover: blog_images/mug-flower-book.jpg firstSeen: 2018-01-23T21:27:37+02:00 lastUpdated: 2020-10-21T21:54:53+03:00 --- diff --git a/snippets/objectToPairs.md b/snippets/objectToPairs.md index 55877ee79..d9e432959 100644 --- a/snippets/objectToPairs.md +++ b/snippets/objectToPairs.md @@ -3,6 +3,7 @@ title: Object to pairs tags: object,array expertise: beginner author: chalarangelo +cover: blog_images/interior-5.jpg firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2020-09-15T16:28:04+03:00 --- diff --git a/snippets/off.md b/snippets/off.md index 7c67b6542..c28c04236 100644 --- a/snippets/off.md +++ b/snippets/off.md @@ -2,6 +2,7 @@ title: Remove event listener from element tags: browser,event expertise: intermediate +cover: blog_images/mug-flower-book.jpg firstSeen: 2018-01-05T14:33:48+02:00 lastUpdated: 2020-10-21T21:54:53+03:00 --- diff --git a/snippets/offset.md b/snippets/offset.md index bea7d2e7e..e7e84b25e 100644 --- a/snippets/offset.md +++ b/snippets/offset.md @@ -2,6 +2,7 @@ title: Offset array elements tags: array expertise: beginner +cover: blog_images/interior-10.jpg firstSeen: 2018-04-10T19:07:50+03:00 lastUpdated: 2020-10-21T21:54:53+03:00 --- diff --git a/snippets/onClickOutside.md b/snippets/onClickOutside.md index 57a44244b..c6978ef51 100644 --- a/snippets/onClickOutside.md +++ b/snippets/onClickOutside.md @@ -3,6 +3,7 @@ title: Handle click outside tags: browser,event expertise: intermediate author: chalarangelo +cover: blog_images/interior-13.jpg firstSeen: 2021-01-06T13:57:56+02:00 lastUpdated: 2021-01-06T13:57:56+02:00 --- diff --git a/snippets/over.md b/snippets/over.md index eeffb51f5..1957128ba 100644 --- a/snippets/over.md +++ b/snippets/over.md @@ -2,6 +2,7 @@ title: Invoke functions on arguments tags: function expertise: intermediate +cover: blog_images/jars-on-shelf.jpg firstSeen: 2018-01-23T21:02:17+02:00 lastUpdated: 2020-10-21T21:54:53+03:00 --- diff --git a/snippets/partial.md b/snippets/partial.md index cb86ff9fe..c96af8de4 100644 --- a/snippets/partial.md +++ b/snippets/partial.md @@ -2,6 +2,7 @@ title: Prepend function arguments tags: function expertise: intermediate +cover: blog_images/interior-6.jpg firstSeen: 2018-01-24T14:40:16+02:00 lastUpdated: 2020-09-15T16:28:04+03:00 --- diff --git a/snippets/partialRight.md b/snippets/partialRight.md index 393e0c896..b162e169d 100644 --- a/snippets/partialRight.md +++ b/snippets/partialRight.md @@ -2,6 +2,7 @@ title: Append function arguments tags: function expertise: intermediate +cover: blog_images/jars-on-shelf-2.jpg firstSeen: 2018-01-24T14:40:16+02:00 lastUpdated: 2020-09-15T16:28:04+03:00 --- diff --git a/snippets/randomAlphaNumeric.md b/snippets/randomAlphaNumeric.md index 2bc718356..37eb55a16 100644 --- a/snippets/randomAlphaNumeric.md +++ b/snippets/randomAlphaNumeric.md @@ -2,6 +2,7 @@ title: Random alphanumeric string tags: string,random expertise: advanced +cover: blog_images/interior-5.jpg firstSeen: 2020-10-06T18:33:29+03:00 lastUpdated: 2020-10-22T20:24:04+03:00 --- diff --git a/snippets/reject.md b/snippets/reject.md index 20379cc9c..443342ffb 100644 --- a/snippets/reject.md +++ b/snippets/reject.md @@ -2,6 +2,7 @@ title: Reject non-matching values tags: array expertise: beginner +cover: blog_images/interior-7.jpg firstSeen: 2018-04-27T03:17:15+03:00 lastUpdated: 2020-10-22T20:24:04+03:00 --- diff --git a/snippets/resolveAfter.md b/snippets/resolveAfter.md index 4d62d263e..307675f29 100644 --- a/snippets/resolveAfter.md +++ b/snippets/resolveAfter.md @@ -3,6 +3,7 @@ title: Resolve promise after given amount of time tags: function,promise expertise: intermediate author: chalarangelo +cover: blog_images/filter-coffee-pot.jpg firstSeen: 2022-01-08T05:00:00-04:00 --- diff --git a/snippets/sample.md b/snippets/sample.md index bb31cf458..9dccdc224 100644 --- a/snippets/sample.md +++ b/snippets/sample.md @@ -2,6 +2,7 @@ title: Random element in array tags: array,string,random expertise: beginner +cover: blog_images/paper-card.jpg firstSeen: 2017-12-17T16:41:31+02:00 lastUpdated: 2020-10-22T20:24:30+03:00 --- diff --git a/snippets/shuffle.md b/snippets/shuffle.md index 60231e6bf..f75e33060 100644 --- a/snippets/shuffle.md +++ b/snippets/shuffle.md @@ -2,6 +2,7 @@ title: Shuffle array tags: array,random,algorithm expertise: intermediate +cover: blog_images/interior-11.jpg firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2021-02-20T21:17:38+02:00 --- diff --git a/snippets/standardDeviation.md b/snippets/standardDeviation.md index 94617b0ab..eac52c3bf 100644 --- a/snippets/standardDeviation.md +++ b/snippets/standardDeviation.md @@ -2,6 +2,7 @@ title: Standard deviation tags: math,array expertise: intermediate +cover: blog_images/interior-16.jpg firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2020-10-22T20:24:30+03:00 --- diff --git a/snippets/take.md b/snippets/take.md index 4e8b85d21..f78f0a949 100644 --- a/snippets/take.md +++ b/snippets/take.md @@ -2,6 +2,7 @@ title: Remove list elements tags: array expertise: beginner +cover: blog_images/interior-9.jpg firstSeen: 2017-12-14T11:35:14+02:00 lastUpdated: 2020-10-22T20:24:30+03:00 --- diff --git a/snippets/takeRight.md b/snippets/takeRight.md index 2ec3e584f..2f00b0711 100644 --- a/snippets/takeRight.md +++ b/snippets/takeRight.md @@ -2,6 +2,7 @@ title: Remove list elements from the end tags: array expertise: intermediate +cover: blog_images/interior-7.jpg firstSeen: 2017-12-15T02:00:10+02:00 lastUpdated: 2020-10-22T20:24:30+03:00 --- diff --git a/snippets/uniqueSymmetricDifference.md b/snippets/uniqueSymmetricDifference.md index df1792b61..67ca53bad 100644 --- a/snippets/uniqueSymmetricDifference.md +++ b/snippets/uniqueSymmetricDifference.md @@ -2,6 +2,7 @@ title: Array unique symmetric difference tags: array,math expertise: intermediate +cover: blog_images/paper-card.jpg firstSeen: 2018-08-17T08:37:08+03:00 lastUpdated: 2020-10-22T20:24:44+03:00 --- diff --git a/snippets/weekOfYear.md b/snippets/weekOfYear.md index 75c8cd7d2..1f3b9203c 100644 --- a/snippets/weekOfYear.md +++ b/snippets/weekOfYear.md @@ -3,6 +3,7 @@ title: Week of year tags: date expertise: advanced author: chalarangelo +cover: blog_images/godray-computer-mug.jpg firstSeen: 2021-08-15T05:00:00-04:00 --- diff --git a/snippets/weightedAverage.md b/snippets/weightedAverage.md index ee909e42b..2b9bbb0f8 100644 --- a/snippets/weightedAverage.md +++ b/snippets/weightedAverage.md @@ -2,6 +2,7 @@ title: Weighted average tags: math expertise: intermediate +cover: blog_images/interior-12.jpg firstSeen: 2020-10-04T00:38:33+03:00 lastUpdated: 2020-11-03T21:46:13+02:00 ---