JavaScript is designed for following purpose -
Home | Discussion ForumJavaScript is designed for following purpose -
To Style HTML Pages
To add interactivity to HTML Pages.
To Perform Server Side Scripting Opertion
To Execute Query Related to DB on Server
Answer : B
View More Related Question
1) Javascript is _________ language.
2) Variable can hold ________ value at a time.
3) Which of the following Attribute is used to include External JS code inside your HTML Document
4) JavaScript Code can be called by using
5) The statement a===b refers to
Both a and b are equal in value, type and reference address
Both a and b are equal in value
Both a and b are equal in value and type
There is no such statement
View Answer