24/01/2024

24/01/2024

Professional Development

15 Qs

quiz-placeholder

Similar activities

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

JavaScript Básico

JavaScript Básico

Professional Development

19 Qs

Web Development Basic

Web Development Basic

Professional Development

20 Qs

Variable, DataType and Operators

Variable, DataType and Operators

Professional Development

12 Qs

Javascript

Javascript

Professional Development

12 Qs

[FE] Ice Breaking - Navigating the World of Variables, Spread, a

[FE] Ice Breaking - Navigating the World of Variables, Spread, a

Professional Development

10 Qs

How Much You Know ?

How Much You Know ?

11th Grade - Professional Development

10 Qs

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

24/01/2024

24/01/2024

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Philip Edeh

Used 65+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is JavaScript primarily used for?

Database Management

Creating Dynamic Web Pages

Network Security

Graphic Designing

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which keyword is used to declare a constant variable in JavaScript?

let

const

var

constant

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the purpose of the document.getElementById() function?

To get the value of an input field

To select an HTML element by its id

To create a new HTML element

To delete an HTML element

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the purpose of the addEventListener method in JavaScript?

To change the style of an element

To create a new HTML element

To add an event handler to an element

To remove an element from the DOM

5.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

How do you declare a function expression in JavaScript?

function myFunction() {}

const myFunction = function() {}

let myFunction = () => {}

both b and c

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What does the typeof operator return for an array

array

object

list

typeof doesn't work for arrays

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

In JavaScript, which loop is ideal for iterating over the elements of an array?

while

Do-while

for-in

for

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?