Page 49 - Trackpad_V2.1_class8
P. 49
Hashtag
#Variable: A name of the storage location to store a value that can be modified later
#Statement: Commands and instructions given to the JavaScript interpreter to take some action
REVISIT
▶ JavaScript is a client-side scripting language used for enhancing users’ interaction with the web page by
making web pages dynamic.
▶ JavaScript cannot run on its own because it is a scripting language, hence needs to be embedded within an
HTML code.
▶ Commands and instructions given to the JavaScript interpreter to take some actions are called statements
and a collection of statements is called a script or a program.
Dynamic Web Pages in HTML5 47

