Skip to content

Commit

Permalink
Add excerpts where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Mar 23, 2022
1 parent f7d3761 commit bc76b11
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions snippets/converge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions snippets/debouncePromise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions snippets/geometricProgression.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions snippets/luhnCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions snippets/runAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions snippets/shank.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit bc76b11

Please sign in to comment.