⚠️ Quiz Wajib
Belum dikerjakanMin 85% untuk unlock XP
Chapter
const nama = "CodeBook" // immutable let score = 0 // mutable // Tipe data const teks = "Hello" const angka = 42 const bool = true const arr = [1, 2, 3] const obj = { nama: 'Budi', xp: 1500 }