Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 377 Bytes

File metadata and controls

7 lines (4 loc) · 377 Bytes

A script is a set of instructions laid out for the computer to achieve a certain goal.

**Javascript is a language used in the browser to perform certain actions triggered by the user, for example clicking a button or hovering the mouse on a certain area.

Javascript can use strings, numbers and logical operators.

Concatenation means to add strings together.