Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leta91/js-boolean
How to check in JavaScript if a value is primitive boolean (true or false)
https://github.com/leta91/js-boolean
algorithm algorithm-challenges algorithms algorithms-and-data-structures boolean false fcc fcc-certification fcc-exercise freecodecamp javascript primitive true
Last synced: 8 days ago
JSON representation
How to check in JavaScript if a value is primitive boolean (true or false)
- Host: GitHub
- URL: https://github.com/leta91/js-boolean
- Owner: leta91
- License: mit
- Created: 2022-12-10T15:02:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T15:45:43.000Z (about 2 years ago)
- Last Synced: 2024-12-02T00:35:44.893Z (2 months ago)
- Topics: algorithm, algorithm-challenges, algorithms, algorithms-and-data-structures, boolean, false, fcc, fcc-certification, fcc-exercise, freecodecamp, javascript, primitive, true
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# From the JavaScript Algorithms and Data Structures Certification by freeCodeCamp 🚀
## Basic Algorithm Scripting Chapter### Exercise number 10 out of 16 💻:
Check if a value is classified as primitive *boolean*
Primitive *Boolean* ➡️ a value is either true or falsethe word `bool` (plural `bools`) ➡️ A *Boolean* variable, one whose value is either true or false