JavaScript Quiz

JavaScript Quiz

University

12 Qs

quiz-placeholder

Similar activities

DAA quiz2

DAA quiz2

University

15 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Topic 4-2: Multiple if-else and switch-case

Topic 4-2: Multiple if-else and switch-case

University

10 Qs

Chapter 2 Testing Throughout the SDLC

Chapter 2 Testing Throughout the SDLC

University

9 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Basic on Operating System

Basic on Operating System

University

10 Qs

Excel_Test_bài 1

Excel_Test_bài 1

University

15 Qs

cp06-01-1D-Array

cp06-01-1D-Array

University

10 Qs

JavaScript Quiz

JavaScript Quiz

Assessment

Quiz

Computers

University

Medium

Created by

shaheena kv

Used 190+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

function aaa() {

return

{

test: 1

};

}

alert(typeof aaa());


What does the above alert?

User defined

Object

Number

function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<script>

<javaScript>

<js>

<scripting>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the correct place to insert a JavaScript?

The <head> section

The <body> section

both the <head> and <body> section are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to write a JavaScript array?

var txt = new Array(1:"arr",2:"kim",3:"jim")

var txt = new Array:1=(" arr ")2=("kim")3=("jim")

var txt = new Array("arr ","kim","jim")

var txt = new Array=" arr ","kim","jim"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct to write “Hello World” on the web page?

System.out.println(“Hello World”)

print(“Hello World”)

document.write(“Hello World”)

response.write(“Hello World”)

6.

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why so Java and JavaScript have similar name?

Java Script is a stripped-down version of Java

The syntax of JavaScript is loosely based on Java syntax

They both support Object Oriented Programming

None of the above

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?