The property of a primary expression is
stand-alone expressions
basic expressions containing all necessary functions
contains variable references alone
complex expressions
Answer : A
View More Related Question
1) Which attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)
2) 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
3) JavaScript 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
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) The script tag must be placed in