AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
JavaScript Control Flow With Conditionals
A variable is just a way to reference Something some piece of data and we'll talk about data types here in a moment. The next piece of JavaScript to learn is control flow with conditionals. What is a conditional? Well, you're probably actually familiar with conditionals This is probably what you think of when you think of programming a conditional is an if else statements or something like that. We have if statements we have else and then we have else if I'm gonna kind of go through them.