TLE10BURGOSG15

TLE10BURGOSG15

10th Grade

6 Qs

quiz-placeholder

Similar activities

Questionário 2

Questionário 2

1st - 10th Grade

10 Qs

Latihan soal Algoritma dan Pemrograman

Latihan soal Algoritma dan Pemrograman

10th Grade

10 Qs

User Interface

User Interface

9th - 12th Grade

5 Qs

JavaScript

JavaScript

10th Grade

10 Qs

Codify-Code Innovators

Codify-Code Innovators

9th - 12th Grade

5 Qs

JavasCript

JavasCript

1st Grade - University

10 Qs

tle Q4

tle Q4

9th - 12th Grade

10 Qs

MABINI G12

MABINI G12

10th Grade

10 Qs

TLE10BURGOSG15

TLE10BURGOSG15

Assessment

Quiz

Instructional Technology

10th Grade

Hard

Created by

Upc Tilan

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you call the containers for named values called properties or

methods?

JavaScript Methods

JavaScript Objects

JavaScript Properties

JavaScript Values

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These are actions that can be performed on objects. Can you identify

these actions?

Properties

Methods

Objects

Values

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write the JavaScript object literals?

The list of name-value pairs is separated by comma and wrapped in

curly braces.

The list of name-value pairs is separated by a colon and wrapped in

parentheses.

The list of name-value pairs is separated by a semi-colon and wrapped

in square brackets.

The list of name-value pairs is separated by a hyphen and wrapped in

angle brackets.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How many ways you can access the object properties?

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you call a function definition that refers to the "owner" of the function?

these

this

that

those

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following listed below refers to “things" that happen to HTML elements?

events

functions

click

react