Kuis TypeScript dengan Vue — Vue

Kuis materi TypeScript dengan Vue di Vue — uji pemahamanmu dengan pertanyaan pilihan ganda, penjelasan jawaban, dan skor langsung. Main gratis di Hyper Sheets.

Pertanyaan di kuis ini

  1. Lengkapi script setup dengan TypeScript:
    <script setup ___="ts">
  2. Lengkapi tipe props:
    const props = defineProps<{ nama: ___; umur?: number }>();
  3. Lengkapi ref dengan tipe eksplisit:
    const count = ___<number>(0);