Understanding Boolean Values, freeCodeCamp Basic Javascript

Опубликовано: 04 Октябрь 2024
на канале: We Will Code
3,564
23

In this challenge we are introduced to booleans in javacript. In javascript a boolean is either true or false. True can mean "on" while false can mean "off". We will get into the power behind booleans later but just note booleans are a great way to check our code.