JS Recap

JS Recap

Professional Development

41 Qs

quiz-placeholder

Similar activities

Quiz Komponen Komputer

Quiz Komponen Komputer

Professional Development

36 Qs

IT Certification Exam Study Guide

IT Certification Exam Study Guide

Professional Development

45 Qs

AI900-01

AI900-01

Professional Development

40 Qs

Connectors and inner components

Connectors and inner components

Professional Development

40 Qs

UPUP

UPUP

Professional Development

41 Qs

16.FAQ for the course

16.FAQ for the course

Professional Development

42 Qs

Cyber_2024K_half

Cyber_2024K_half

Professional Development

40 Qs

Virtualization

Virtualization

Professional Development

36 Qs

JS Recap

JS Recap

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Estiven Salinas Chiri

Used 3+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

[Beginner] Which keyword creates a mutable block-scoped variable in JavaScript?

var
const
let
static

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

[Beginner] Which operator checks value AND type equality?
==
===
!=
=

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

[Beginner] What does typeof null return?
object
null
undefined
number

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

[Beginner] Which array method adds an element to the end of an array?
shift()
push()
unshift()
pop()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

[Beginner] What characters are used to create a template literal?
'quotes'
quotes
backticks (`)
angle brackets

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

[Beginner] Which built-in object provides random() and floor() methods?
Date
Math
Number
Object

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

[Beginner] Which DOM method returns the first element matching a selector?
querySelector()
querySelectorAll()
getElementById()
getElementsByClassName()

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?