IOTA : Web Development Bootcamp Quiz 3

IOTA : Web Development Bootcamp Quiz 3

University

10 Qs

quiz-placeholder

Similar activities

Javascript

Javascript

University

10 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Java_ScriptES

Java_ScriptES

8th Grade - University

15 Qs

Pemrograman Web 1

Pemrograman Web 1

University

10 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

R variable Data Type and Flow Control Quiz

R variable Data Type and Flow Control Quiz

University

12 Qs

JavaScript

JavaScript

University

15 Qs

java script

java script

University

10 Qs

IOTA : Web Development Bootcamp Quiz 3

IOTA : Web Development Bootcamp Quiz 3

Assessment

Quiz

Computers

University

Hard

Created by

IOTA IIITS

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct place to insert a Javascript file in HTML?
head
body
both head and body

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which built-in method returns the calling string value converted to lower case?
toLowerCase()
toLower()
changeCase(case)
D - None of the above.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following function of Array object adds one or more elements to the front of an array and returns the new length of the array?
sort()
splice()
unshift()
toString()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following methods can be used to display data in some form using Javascript?
document.write()
console.log()
window.alert()
All of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can a datatype be declared to be a constant type?
constant
var
let
const

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following code snippet?

<script type="text/javascript" language="javascript"> var a = "Scaler"; var result = a.substring(2, 4); document.write(result); </script>

ale

cal

al

cale

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When an operator’s value is NULL, the typeof returned by the unary operator is:
Object
Boolean
Undefined
Integer

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?