Javascript Array dan Object

Javascript Array dan Object

University

15 Qs

quiz-placeholder

Similar activities

Mid Semester Simulasi Digital

Mid Semester Simulasi Digital

12th Grade - University

20 Qs

Quiz Back End Pertemuan Kedua

Quiz Back End Pertemuan Kedua

University

10 Qs

Python for AI #2

Python for AI #2

University

10 Qs

MID INFORMATIKA 2025

MID INFORMATIKA 2025

10th Grade - University

15 Qs

FREE TEST FULLSTACK PRAKTIKUM 2

FREE TEST FULLSTACK PRAKTIKUM 2

University

20 Qs

Materi Berpikir Komputasional

Materi Berpikir Komputasional

10th Grade - University

20 Qs

PTS KJD

PTS KJD

University - Professional Development

20 Qs

Uji Pemahaman Berfikir Komputasional

Uji Pemahaman Berfikir Komputasional

9th Grade - 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?