🎩 Magic Code Cards
What is a variable?
A variable is a container for storing data values.
What is a loop?
A loop repeats a block of code multiple times.
What is an array?
An array stores multiple values in a single variable.
What is a function?
A function is a block of code designed to perform a task when called.
What is JavaScript?
JavaScript is a scripting language used to create interactive effects on web pages.
What is HTML?
HTML stands for HyperText Markup Language. It builds the structure of a web page.
What is CSS?
CSS controls the style and layout of web pages — colors, fonts, and more!
What is a bug?
A bug is an error in code that causes unexpected results. Debugging fixes it!