SkillDojo <> JavaScript Mondays

SkillDojo <> JavaScript Mondays

Professional Development

22 Qs

quiz-placeholder

Similar activities

Flutter_Q2

Flutter_Q2

Professional Development

22 Qs

App Web en Servidor

App Web en Servidor

University - Professional Development

20 Qs

NodeJs

NodeJs

Professional Development

25 Qs

Azure Fundamentals - Clase 2

Azure Fundamentals - Clase 2

Professional Development

20 Qs

Front End Assessment

Front End Assessment

Professional Development

20 Qs

Lógica de programação e Java

Lógica de programação e Java

Professional Development

18 Qs

Flutter_Q1

Flutter_Q1

Professional Development

21 Qs

Python -  Fundamentals I

Python - Fundamentals I

Professional Development

17 Qs

SkillDojo <> JavaScript Mondays

SkillDojo <> JavaScript Mondays

Assessment

Quiz

Instructional Technology

Professional Development

Hard

Created by

prakarsh pathak

Used 5+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can't be done with

client-side JavaScript?

Validating a form

Sending a form's contents by email

Storing the form's contents to a database file on

the server

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the structure of an

if statement?

if (conditional expression is true)

thenexecute this codeend if

if (conditional expression is true)execute this

codeend if

if (conditional expression is true)

{then execute this code>->}

if (conditional expression is true) then {execute

this code}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to create a Date object in JavaScript?

dateObjectName = new Date([parameters])

dateObjectName.new Date([parameters])

dateObjectName := new Date([parameters])

dateObjectName Date([parameters])

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _______ method of an Array object adds and/or

removes elements from an array.

Reverse

Shift

Slice

Splice

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To set up the window to capture all Click events,

we use which of the following statement?

window.captureEvents(Event.CLICK);

window.handleEvents (Event.CLICK);

window.routeEvents(Event.CLICK );

window.raiseEvents(Event.CLICK );

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a reserved word in

JavaScript?

interface

throws

program

short

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To automatically open the console when a JavaScript

error occurs which of the following is added to prefs.js?

user_pref("

javascript.console.open_on_error", false);

user_pref("javascript.console.open_error");

user_pref("javascript.console.open_error

", false);

user_pref("javascript.console.open_on_error",

true);

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?