Add excerpts where appropriate
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
title: Converge branching functions
|
||||
tags: function
|
||||
expertise: intermediate
|
||||
excerpt: Converges a list of branching functions into a single function and returns the result.
|
||||
firstSeen: 2018-02-07T12:23:04+02:00
|
||||
lastUpdated: 2021-01-08T00:23:44+02:00
|
||||
---
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
title: Debounce promise
|
||||
tags: function,promise
|
||||
expertise: advanced
|
||||
excerpt: Creates a debounced function that returns a promise.
|
||||
firstSeen: 2020-10-10T21:09:04+03:00
|
||||
lastUpdated: 2020-10-19T18:51:03+03:00
|
||||
---
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
title: Geometric progression
|
||||
tags: math,algorithm
|
||||
expertise: intermediate
|
||||
excerpt: Initializes an array containing the numbers in the specified geometric progression range.
|
||||
firstSeen: 2018-01-03T09:36:23+02:00
|
||||
lastUpdated: 2020-12-28T13:49:24+02:00
|
||||
---
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
title: Luhn check
|
||||
tags: math,algorithm
|
||||
expertise: advanced
|
||||
excerpt: Implements the Luhn Algorithm, used to validate a variety of identification numbers.
|
||||
firstSeen: 2018-01-03T11:02:35+02:00
|
||||
lastUpdated: 2022-01-30T13:37:39+02:00
|
||||
---
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
title: Run function asynchronously
|
||||
tags: browser,function,promise
|
||||
expertise: advanced
|
||||
excerpt: Runs a function in a separate thread by using a Web Worker.
|
||||
firstSeen: 2018-01-02T02:17:52+02:00
|
||||
lastUpdated: 2020-10-22T20:24:30+03:00
|
||||
---
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
title: Remove elements from array
|
||||
tags: array
|
||||
expertise: intermediate
|
||||
excerpt: Removes an element from an array without mutating it.
|
||||
firstSeen: 2018-09-27T01:55:30+03:00
|
||||
lastUpdated: 2020-10-22T20:24:30+03:00
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user