Variables

box with data inside

Variables can store one piece of data inside it. This piece of data can be replaced or changed. It can store data types like string, integers , boolean, images, sound, video etc.In javascript let is used to denote variables.
e.g.
let angle = 0;
let hit = false;

Code:

coloured background coloured background coloured background coloured background

Continue Reading

Function

Learn More

Key Controls

Learn More