Javascript-2

Javascript-2

Professional Development

18 Qs

quiz-placeholder

Similar activities

Javascript Basics-2

Javascript Basics-2

Professional Development

15 Qs

Quizz for Javascript and typescript

Quizz for Javascript and typescript

Professional Development

20 Qs

web development

web development

Professional Development

20 Qs

po 5-tos paskaitos (TARPINIS)

po 5-tos paskaitos (TARPINIS)

Professional Development

18 Qs

CSS basics

CSS basics

Professional Development

15 Qs

JavaScript Arrays and Objects

JavaScript Arrays and Objects

Professional Development

14 Qs

Dasar Manajemen dan Bisnis

Dasar Manajemen dan Bisnis

University - Professional Development

20 Qs

Javascript-2

Javascript-2

Assessment

Quiz

Other

Professional Development

Hard

Created by

ANANDKUMAR CSE

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java script can be used for Storing the form's contents to a database file on the server

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below is used in Java script to insert special characters?

&

\

-

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid JavaScript variable name?

2java

_java_and_$java _names

javaandjava

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is negative infinity in Java script?

Any of below

number in JavaScript, derived by dividing number by a negative number.

number in JavaScript, derived by dividing number by zero.

number in JavaScript, derived by dividing negative number by zero

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of the following JavaScript Code.

<script type="text/javascript">

a = 8 + "8";

document.write(a);

</script>

16

Compilation Error

88

Run Time Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of the following JavaScript Code.

<script type="text/javascript">

var a="GeeksforGeeks";

var x=a.lastIndexOf("G");

document.write(x);

</script>

8

0

9

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of the following JavaScript Code.

<script type="text/javascript" language="javascript">


var a = "GeeksforGeeks";

var result = a.substring(4, 5);

document.write(result);


</script>

sf

ks

s

k

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?