Unlist snippets
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: and
|
||||
tags: math,logic,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Checks if both arguments are `true`.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: both
|
||||
tags: function,logic,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Checks if both of the given functions return `true` for a given set of arguments.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: celsiusToFahrenheit
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Converts Celsius to Fahrenheit.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: fahrenheitToCelsius
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Converts Fahrenheit to Celsius.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: hz
|
||||
tags: function,intermediate
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Measures the number of times a function is executed per second (`hz`/`hertz`).
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: kmToMiles
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Converts kilometers to miles.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: milesToKm
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Converts miles to kilometers.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: not
|
||||
tags: math,logic,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Returns the logical inverse of the given value.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: or
|
||||
tags: math,logic,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Checks if at least one of the arguments is `true`.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: xor
|
||||
tags: math,logic,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Checks if only one of the arguments is `true`.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: yesNo
|
||||
tags: string,regexp,intermediate
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Returns `true` if the string is `y`/`yes` or `false` if the string is `n`/`no`.
|
||||
|
||||
Reference in New Issue
Block a user