reading-notes

JavaScript

What are variables in JavaScript?

Varaibles are containers for storing data.

What does it mean to declare a variable?

It means you are creating a variable in JavaScript

What is an “assignment” operator, and what does it do?

The asignment operator is ‘=’ and it assigns a value to a variable.

What is information received from the user called?

This is called an input and it is obtained through a prompt or confirm.