Quiz Basic

1. What is a variable in programming?

2. What kind of structure is an if statement in most language?

3. What is the most common symbol for comparing equality in languages like JavaScript or Python?

4. What does a for loop do?

5. What is a function?

6. What does console.log() do in JavaScript?

7. Which data type is used to store text?

8. What does a function return if there's no explicit return statement?

9. What does && mean in many programming languages?