Font size
WorksheetsJavascript
Total questions: 17
Worksheet time: 11mins
Which of these will increase the value of the variable X?
increment (x)
x++;
x=x;
x+1;
What is a variable
Store values in containers so we can use them later.
Store values in containers so we can use them never.
Store values in containers so we can use them once.
Store values in containers so we can't use them later.
Javascript is _________ language.
Programming
Scripting
Application
applet
JavaScript is ______ Side Scripting Language.
JSP
Servlet
Server
Browser
JavaScript is designed for following purpose -
To Style HTML Pages
To Perform Server Side Scripting Opertion
To add interactivity to HTML Pages.
To Execute Query Related to DB on Server
JavaScript Code is written inside file having extension __________.
.jsc
.jvs
.js
.javascript
How can a developer show a pop-up message to the user?
alert
prompt
console.log
<p> tag
Which of the following platform(s) can be used to run Javascript Code
Google Chrome
Firefox
Microsoft Edge
Safari
