Update frontmatter data

This commit is contained in:
Angelos Chalaris
2023-04-28 22:29:23 +03:00
parent 705e4e097d
commit 8850e3dfbe
577 changed files with 1731 additions and 1678 deletions

View File

@ -1,10 +1,10 @@
---
title: Logical and for functions
tags: function,logic
type: snippet
tags: [function,logic]
unlisted: true
cover: succulent-2
firstSeen: 2020-05-13T11:35:36+03:00
lastUpdated: 2021-01-04T13:04:15+02:00
dateModified: 2021-01-04T13:04:15+02:00
---
Checks if both of the given functions return `true` for a given set of arguments.