Search Header Logo

Javascript I

Authored by Aymane Benhima

Other

University

Used 4+ times

Javascript I
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

33 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What keyword is used to declare a variable in JavaScript?

let

var

const

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is hoisting in JavaScript?

It's a JavaScript engine's way of moving all variable declarations to the top of the function or global scope.

It's a way to make variables float in the air.

It's a form of error handling.

It's related to the event handling mechanism.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key difference between using let and var to declare variables in JavaScript?

  • let variables have block scope, while var variables have function scope.

var variables have block scope, while let variables have function scope.

There is no difference between let and var in terms of scoping.

let variables are global, while var variables are local.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JavaScript method is used to add a new HTML element to the DOM?

appendNode()

createElement()

addHTML()

appendChild()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the typeof operator in JavaScript?

To check the type of a variable or expression.

To perform mathematical operations.

To create arrow functions.

To compare two values for equality.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JavaScript event occurs when a user clicks on an HTML element?

hover

load

click

submit

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a regular expression (RegEx) in JavaScript used for?

To format design pattern.

To create text.

To search for and manipulate patterns in strings.

Access all questions and much more by creating a free account

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

Already have an account?