The JavaScript syntax defines two types of values:
The two most important syntax rules for fixed values are:
1. Numbers are written with or without decimal
2. Strings are text, written within double or single quotes
In a programming language, variables are used to store data values.
JavaScript uses the keywords var, let and const to declare variables.
An equal sign is used to assign values to variables
JavaScript uses arithmetic operators ( + - * / ) to compute values
JavaScript uses an assignment operator ( = ) to assign values to variables
An expression is a combination of values, variables, and operators, which computes to a value.
The computation is called an evaluation
JavaScript keywords are used to identify actions to be performed.
The let keyword tells the browser to create variables
The var keyword also tells the browser to create variables
Aenean lorem odio, mollis sed consequat et, pellentesque id purus. Nunc sagittis malesuada urna, ultricies lacinia nisi varius vitae. Aliquam sit amet egestas sapien, nec mollis quam.