Boolean in JavaScript.
The boolean object represents two values, either "true" or "false". If the value parameter is omitted or is 0, -0, null, false, NaN, undefined, or the empty string (""), the object has an initial value of false.
Use the following syntax to create a b...
olabodeolusegun.hashnode.dev1 min read