Skip to content

Latest commit

 

History

History

0x12-javascript-warm_up

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JAVASCRIPT WARM UP Install Node 14 $ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - $ sudo apt-get install -y nodejs Install semi-standard Documentation

$ sudo npm install semistandard --global

General Why JavaScript programming is amazing How to run a JavaScript script How to create variables and constants What are differences between var, const and let What are all the data types available in JavaScript How to use the if, if ... else statements How to use comments How to affect values to variables How to use while and for loops How to use break and continue statements What is a function and how do you use functions What does a function that does not use any return statement return Scope of variables What are the arithmetic operators and how to use them How to manipulate dictionary How to import a file

READ RESOURCES: Writing JavaScript Code Variables Data Types Operators Operator Precedence Controlling Program Flow Functions Objects and Arrays Intrinsic Objects Module patterns var, let and const JavaScript Tutorial Modern JS

By: Bryan Asega Github: Asega-bryan07