SSTech Course 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Allowed characters ( _ et $ )

Case sensitive, ex: Mohamed ≠ mohamed

Do not use accents

name of the variable Do not use spaces

Programming Types of variables String Free text, ex: "Hello world ..."
course - SSTech
Number Numbers, ex: 1, 2 .... 99...9

Boolean logic, ex: True or False

...etc

declaration syntax let nameOfVariable : TypeOfVariable ;

+ Addition

Arithmetic operators - Subtraction

* Multiplication

/ Division

You might also like