There are many parts in Java Script so we will be discussing a few :
Do ... while : Executes a block of statements and repeats the block while a condition is true
Var : Declares a variable
While : Marks a block of statements to be executed while a condition is true
Return : Stops the execution of a function and returns a value from that function
For : Loops through a block of code a number of times