DEV Community

Cover image for JavaScript Series – JavaScript Types Cont. – Part 4
Muhammad Ali (Nerdjfpb)
Muhammad Ali (Nerdjfpb)

Posted on • Originally published at blog.nerdjfpb.com

5 1

JavaScript Series – JavaScript Types Cont. – Part 4

Today we’re going to learning about Boolean.

Boolean is a pretty easy stuff. Boolean is just about two state. True & False.

See an example –

Alt Text

Boolean is 1 and 0 actually!

Boolean is really useful in a code. Example –

Alt Text

In the 3 > 4 we get the false. So this is how we can assume some logic is right or not.

Boolean data format is almost available in every programming language.

Do you want to use the ‘true’ and ‘false’ which is boolean or want to use 1 and 0 which also gave the same thing.

Let me know if you have any questions….

You can see the graphical version here

Source Codes - { Check commits }

GitHub logo nerdjfpb / javaScript-Series

A tutorial for JavaScript Beginners

javaScript-Series

A tutorial for Absolute Beginners of JavaScript.

You can find the total pdf in - Here

You can check the commits to find the part by part codes.

Blogs

Day 1
  • Day 1 - What is JavaScript?
Day 2
  • Day 2 - JavaScript Types?
Day 3
  • Day 3 - Javascript Types Cont.
Day 4
  • Day 4 - Javascript Types Cont.
Day 5
  • Day 5 - Javascript Comparisons
Day 6
  • Day 6 - Javascript Variables
Day 7
  • Day 7 - More About Variables
Day 8
  • Day 8 - Conditional Statement
Day 9
  • Day 9 - More Conditional Statement
Day 10
Day 11
Day 12
Day 13
Day 14
Day 15
Day 16
Day 17

Originally it published on nerdjfpbblog. You can connect with me in twitter or linkedin !

SurveyJS custom survey software

JavaScript UI Libraries for Surveys and Forms

SurveyJS lets you build a JSON-based form management system that integrates with any backend, giving you full control over your data and no user limits. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more.

Learn more

Top comments (1)

Collapse
 
vickyktk profile image
vickyktk

Well you should avoid to do comparison with 0 & 1 , the condition should always be checked with true and false.

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more