Advertisement
kamalalrifaei

JavaScript Programs

Feb 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. JavaScript Programs
  2. A computer program is a list of "instructions" to be "executed" by the computer.
  3.  
  4. In a programming language, these program instructions are called statements.
  5.  
  6. JavaScript is a programming language.
  7.  
  8. JavaScript statements are separated by semicolons:
  9.  
  10.  
  11. JavaScript Statements
  12.  
  13. Statements are separated by semicolons.
  14.  
  15. The variables x, y, and z are assigned the values 5, 6, and 11.
  16.  
  17. Then the value of z is displayed in the paragraph below:
  18.  
  19. 11  
  20. download here
  21. http://ouo.io/zCihdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement