Add object literal lookup switch

This commit is contained in:
Chalarangelo
2021-04-01 05:00:00 -04:00
parent 82dec67395
commit 6e93e46fff
3 changed files with 110 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: Where and how can I use the Boolean function in JavaScript?
type: question
tags: javascript,function,type
authors: chalarangelo
cover: blog_images/javascript-boolean-function.jpg
cover: blog_images/rocky-lake.jpg
excerpt: JavaScript's built-in Boolean function can be very useful for truth-checking data among other things. Learn how to use it and level up your code today.
---