Search Header Logo

lour J5

Authored by Ahmed elasey

Computers

1st - 5th Grade

lour J5
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

object inside object called …

Nested Object

Object Methods

object Properties

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

are actions that can be performed on objects

Nested Object

Object Methods

object Properties

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to call property of object three are

2 ways

one way

3 ways

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to call property of object use

car("color")

car["color"]

car{"color"}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ..........................keyword deletes a property from an object:

delete

Backspace

Pop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const person = {
  firstName: "John",
  lastName: "Doe",
  age: 50,
  eyeColor: "blue"
};

delete person[age];

code True

code False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const person = {
  firstName: "John",
  lastName: "Doe",
  age: 50,
  eyeColor: "blue"
};
delete person["age"];

code True

code False

Access all questions and much more by creating a free account

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?