TLE10BURGOSG15

TLE10BURGOSG15

10th Grade

6 Qs

quiz-placeholder

Similar activities

introducción a JavaScript

introducción a JavaScript

10th Grade

10 Qs

ICT Q4 M3

ICT Q4 M3

10th Grade

10 Qs

JavaScript: CONCEPTOS GENERALES: SINTAXIS Y VARIABLES

JavaScript: CONCEPTOS GENERALES: SINTAXIS Y VARIABLES

10th Grade

4 Qs

tle m 1 to 5

tle m 1 to 5

10th Grade

10 Qs

Developers of programming languages

Developers of programming languages

1st Grade - University

8 Qs

Pemrograman Dasar dan Simulasi Digital

Pemrograman Dasar dan Simulasi Digital

1st - 12th Grade

11 Qs

Tech Term Quiz - Set 6

Tech Term Quiz - Set 6

7th Grade - University

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