By: Stella in Javascript Tutorials on 2023年04月25日 [フレーム]
The Boolean() function in JavaScript is used to convert a value into a boolean data type. The function takes a single parameter and returns true or false.
The function can be called in two ways: with the new operator or without it. If called with the new operator, it creates a new Boolean object. If called without the new operator, it returns a boolean primitive.
When the parameter is a primitive value, the function returns true for truthy values and false for falsy values. The following values are considered falsy in JavaScript:
false0 (zero)"" (empty string)nullundefinedNaN (Not-a-Number)All other values are considered truthy.
Here are some examples:
Boolean(true); // true
Boolean(false); // false
Boolean(0); // false
Boolean(1); // true
Boolean(""); // false
Boolean("hello"); // true
Boolean(null); // false
Boolean(undefined);// false
Boolean(NaN); // false
It's important to note that the Boolean() function is not the same as the boolean keyword in JavaScript. The boolean keyword is used to declare a variable as a boolean data type, while the Boolean() function is used to convert a value into a boolean data type.
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Most Viewed Articles (in Javascript )
Dynamically modify the option set in Dynamics 365 forms
promise and .then() in JavaScript
reduce() and filter() in JavaScript
History and evolution of Javascript
Using parseInt() and parseFloat() in JavaScript to convert data types to Numbers
Show how many characters remaining in a html text box using javascript
Latest Articles (in Javascript)
© 2023 Java-samples.com
Tutorial Archive: Data Science React Native Android AJAX ASP.net C C++ C# Cocoa Cloud Computing EJB Errors Java Certification Interview iPhone Javascript JSF JSP Java Beans J2ME JDBC Linux Mac OS X MySQL Perl PHP Python Ruby SAP VB.net EJB Struts Trends WebServices XML Office 365 Hibernate
Latest Tutorials on: Data Science React Native Android AJAX ASP.net C Cocoa C++ C# EJB Errors Java Certification Interview iPhone Javascript JSF JSP Java Beans J2ME JDBC Linux Mac OS X MySQL Perl PHP Python Ruby SAP VB.net EJB Struts Cloud Computing WebServices XML Office 365 Hibernate