Files
30-seconds-of-code/collections/js/logical-operations.yaml
Angelos Chalaris 9d032ce05e Rename js snippets
2023-05-19 20:23:47 +03:00

22 lines
633 B
YAML

slug: js/logical-operations
name: JavaScript Logical Operations
featured: true
snippetIds:
- js/s/and
- js/s/or
- js/s/not
- js/s/xor
- js/s/nor
- js/s/conditionally-apply-function
- js/s/both
- js/s/function-logical-or
- js/s/logical-complement
splash: chess-pawns.png
description: >-
Boolean logic and logical operations might not come up that often in
JavaScript development, but when they do, you'll be glad you know how to use
them. This small collection of snippets can help you get started.
shortDescription: >-
Get started with logical operations in JavaScript with this small snippet
collection.