Komentar di JavaScript dapat ditulis dengan cara
Javascript Study I-II

Quiz
•
Computers
•
10th Grade
•
Hard
Rahmat BP
Used 4+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 2 pts
// komentar
/* komentar ke-1
komentar ke-2 */
/* komentar ke-1 /* komentar ke-2 */ komentar ke-3*/
/* komentar baris 1
// komentar baris 2 */
2.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Pernyataan di bawah ini adalah benar, kecuali
var
digunakan untuk mendeklarasikan sebuah variabel, opsional menginisialisasi sebuah nilai.
let
digunakan untuk mendeklarasikan lingkup-blok, variabel lokal, opsional menginisialisasi sebuah nilai.
const
digunakan untuk mendeklarasikan sebuah lingkup-blok, baca-saja dinamakan konstanta.
tidak ada let dan const di dalam JavaScript
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Penulisan karakter pertama variable boleh menggunakan tanda $
Benar
Salah
4.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Penulisan karakter pertama variable boleh menggunakan angka
Benar
Salah
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
var a;
console.log(a);
// hasil dari console.log(a) adalah
undefined
null
empty string
semuanya salah
6.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
if (true) {
var x = 5;
}
console.log(x);
// hasil dari console.log(x) adalah
5
undefined
error
"5"
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
if (true) {
let y = 5;
}
console.log(y);
// hasil dari console.log(y) adalah
5
undefined
error
"5"
Create a free account and access millions of resources
Similar Resources on Quizizz
50 questions
INFORMATIKA KELAS X - PEMROGRAMAN C

Quiz
•
10th Grade
55 questions
ASTS INFORMATIKA 1

Quiz
•
10th Grade
45 questions
GCSE Python Legends

Quiz
•
1st - 12th Grade
46 questions
Test në JavaScript për Fillestarët

Quiz
•
10th - 12th Grade
50 questions
Soal Informatika Kelas X Bab 7 Algoritma dan Pemrograman

Quiz
•
10th Grade
50 questions
Informatika SMK Kelas 10

Quiz
•
10th Grade
45 questions
LATIHAN SOAL PROGDAS

Quiz
•
10th Grade
50 questions
Latihan ASAS TIK Kelas IX

Quiz
•
9th Grade - University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade