JWD JS Test Bank 61-70

JWD JS Test Bank 61-70

Professional Development

10 Qs

quiz-placeholder

Similar activities

Python RestAPI Quiz

Python RestAPI Quiz

Professional Development

14 Qs

Ansible part 2

Ansible part 2

Professional Development

11 Qs

Presentador EMAZE

Presentador EMAZE

Professional Development

10 Qs

Kuis Array

Kuis Array

Professional Development

10 Qs

Structure Data Review

Structure Data Review

University - Professional Development

10 Qs

Struktur Dasar HTML

Struktur Dasar HTML

Professional Development

10 Qs

Cloud computing 2

Cloud computing 2

Professional Development

10 Qs

DW-Cuestionario1

DW-Cuestionario1

Professional Development

13 Qs

JWD JS Test Bank 61-70

JWD JS Test Bank 61-70

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Lazaro Alsina

Used 30+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

61. A variable that your webpage can store on or retrieve from the users computer is called?

Session

Java

Applet

Cookie

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

62. With JavaScript, how do we test that all three variables are different?

(x!=y)&&(y!=z)

(x!=y)||(y!=z)

(x!=y)&&(y!=z)&&(x!=z)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

63. In JavaScript, what is the correct way to create an array?

var myCars=new Array(1:"Saab", 2:"Volvo", 3:"BMW");

var myCars=new Array(1="Saab", 2="Volvo", 3="BMW");

var myCars=new Array["Saab", "Volvo", "BMW"];

var myCars=new Array("Saab", "Volvo", "BMW");

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

64. With JavaScript, pressing down the mouse button triggers what event(s)?

onmouseover and onclick

onmousedown and onmouseup

onmousedown

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

65. With JavaScript, which of the following is not a logical operator?

&

&&

||

!

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

66. With JavaScript, how does a 'while' loop start?

while (i<10)

while i=1 to 10

while (i<10;i++)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

67. With JavaScript, which property is used to redirect a visitor to another page?

document.url

window.location

window.href

document.href

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

Already have an account?