SkillDojo <> JavaScript Mondays

SkillDojo <> JavaScript Mondays

Professional Development

22 Qs

quiz-placeholder

Similar activities

Google Professional Architect 6 - 101 to 120

Google Professional Architect 6 - 101 to 120

Professional Development

20 Qs

ALGORITMOS II JAVA

ALGORITMOS II JAVA

Professional Development

25 Qs

ReactJS Mastery Plus Mega Premium

ReactJS Mastery Plus Mega Premium

Professional Development

25 Qs

Produck Knowledge PC850-8R1

Produck Knowledge PC850-8R1

Professional Development

25 Qs

EXAMEN MODULO 2 - CG

EXAMEN MODULO 2 - CG

Professional Development

26 Qs

T4

T4

Professional Development

18 Qs

Excel 04

Excel 04

Professional Development

20 Qs

CPA JYSS 2018 MYE Paper 1

CPA JYSS 2018 MYE Paper 1

6th Grade - Professional Development

20 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?