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 Code can be called by using
2) Why JavaScript is called as Lightweight Programming Language ?
because JS is available free of cost
because JS is client side scripting
because we can add programming functionality inside JS
because JS can provide programming functionality inside but up to certain extend.
View Answer
3) The generalised syntax for a real number representation is
[digits][.digits][(E|e)[(+|-)]digits]
[digits][+digits][(E|e)[(+|-)]digits]
[digits][(E|e)[(+|-)]digits]
[.digits][digits][(E|e)[(+|-)]digits]
View Answer
4) JavaScript can be written
directly into JS file and included into HTML
directly on the server page
directly into HTML pages
All of the mentioned
View Answer
5) JavaScript was invented at _______ Lab.