Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is JavaScript? JavaScript? JavaScript is the Programming Language for the Web JavaScript can update and change both HTML and CSS JavaScript can calculate, manipulate and validate data Syntax : var x, y; // How to declare variables x = 5; y = 6; // How to assign values z = x + y; // How to compute values Strings are text, written within double or single quotes: "John Doe" 'John Doe'
Related Topics