
JavaScript Basics: Learn These Concepts First
HTML All The Things - Web Development, Web Design, Small Business
00:00
JavaScript Variable Basics
The JavaScript can have a bunch of different data types. For variable basics, like what we're covering here today, I think the most important to understand are string number and Boolean. You know, if you want to track whether a user has dark mode on or off, you can store a value like the word dark in a variable called light theme. And then your program can programmatically check whenever it needs to do so.
Transcript
Play full episode