Javascript Array dan Object

Javascript Array dan Object

University

15 Qs

quiz-placeholder

Similar activities

Quiz Matrikulasi APD

Quiz Matrikulasi APD

University

10 Qs

Informatika Kelas 8

Informatika Kelas 8

12th Grade - University

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Web

Web

10th Grade - Professional Development

10 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

Bab3 Berpikir Komputasional - sumatif

Bab3 Berpikir Komputasional - sumatif

9th Grade - University

15 Qs

FSWI - CH4 T1

FSWI - CH4 T1

KG - Professional Development

15 Qs

TES Pemahaman Materi

TES Pemahaman Materi

University

20 Qs

Javascript Array dan Object

Javascript Array dan Object

Assessment

Quiz

Computers

University

Hard

Created by

Sirojul Munir

Used 43+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Lengkapi kode program berikut ini untuk mendefinisikan array JavaScript !
let ar_materi = .... ;

["HTML","CSS","JS"]

<"HTML","CSS","JS">

{"HTML","CSS","JS"}

"HTML,CSS,JS"

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Data berikut ini adalah penulisan array object yang benar!

[
"name":"John",
"age":30,
"cars":["Ford", "BMW", "Fiat"]
]

{
"name" = "John",
"age" = 30,
"cars" = ["Ford", "BMW", "Fiat"]
}

{
"name":"John",
"age":30,
"cars":["Ford", "BMW", "Fiat"]
}

[
"name" = "John",
"age" = 30,
"cars" = ["Ford", "BMW", "Fiat"]
]

3.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

Dari kode program ini, yang termasuk object adalah

person

firstname

fullname

John

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

Dari kode program ini, yang termasuk variabel objek adalah

person

firstname

fullname

John

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

Dari kode program ini, yang termasuk fungsi adalah

person

firstname

fullname

John

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

Dari kode program ini, yang termasuk nilai atau value variabel adalah

person

firstname

fullname

John

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Fungsi yang didefinisikan dalam object javascript dapat mengakses variabel object yaitu menggunakan keyword

let

this

function

return

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?