Retitle snippets

This commit is contained in:
Chalarangelo
2022-02-13 18:10:27 +02:00
parent 0af7192af7
commit e2429f5d4d
84 changed files with 90 additions and 90 deletions

View File

@ -1,11 +1,11 @@
---
title: coalesceFactory
title: Argument coalescing factory
tags: function,type,intermediate
firstSeen: 2017-12-18T12:15:36+02:00
lastUpdated: 2020-10-22T20:23:47+03:00
---
Customizes a coalesce function that returns the first argument which is true based on the given validator.
Customizes a coalesce function that returns the first argument which is `true` based on the given validator.
- Use `Array.prototype.find()` to return the first argument that returns `true` from the provided argument validation function, `valid`.