7/2/2024

7/2/2024

Professional Development

10 Qs

quiz-placeholder

Similar activities

Javascript Datatypes and Variables(Kushal Das)

Javascript Datatypes and Variables(Kushal Das)

Professional Development

15 Qs

04 JavaScript Einführung

04 JavaScript Einführung

Professional Development

10 Qs

HTML

HTML

University - Professional Development

15 Qs

MindSpace C++ Quiz-1

MindSpace C++ Quiz-1

Professional Development

10 Qs

Programación

Programación

Professional Development

13 Qs

JavaScript

JavaScript

Professional Development

11 Qs

Module 5 & Module 6

Module 5 & Module 6

University - Professional Development

10 Qs

HTML and CSS Fundamentals

HTML and CSS Fundamentals

8th Grade - Professional Development

13 Qs

7/2/2024

7/2/2024

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Philip Edeh

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is the result of the following expression: `3 + 2 + '7'`?

57

12

327

nan

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

what will the following code output?

console.log(2 + '2' - 1);

12

21

nan

3

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

forEach is a javascript array method that returns an array

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Inside which HTML element do we put the JavaScript?

<js>

<javascript>

<scripting>

<script>

5.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

what would be the result of the following code
console.log(0.1 + 0.2 === 0.3)

true

false

undefined

nan

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

How do you handle the response from a Fetch request?

Using the .response() method

Using the .then() method

Using the .catch() method

Using the .resolve() method

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

The external JavaScript file must contain the <script> tag.

TRUE

FALSE

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?