#To make HTML comments
#To make one line comments
//
#To open and close Javascript
#To display an alert for a value
alert(variable);
#To create a JavaScript Function
#To change a string value to integer
parseInt(Variable)
#Create a button in html that on a click do a JavaScript Function with name NAME; the input type must be specifiued in the CSS sheet
#To create selection box with different values
#To create selection box with different values and apply the through JavaScript