7/2/2024

7/2/2024

Professional Development

10 Qs

quiz-placeholder

Similar activities

html, css quiz

html, css quiz

6th Grade - Professional Development

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

PHP QUIZ-2

PHP QUIZ-2

Professional Development

10 Qs

Python

Python

KG - Professional Development

13 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

AJWT Unit - I Quiz

AJWT Unit - I Quiz

Professional Development

15 Qs

Introduction

Introduction

Professional Development

10 Qs

JavaScript

JavaScript

Professional Development

15 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?