# Temukan bug-nya: React / Next.js > Satu potongan kode. Temukan bug-nya, atau buktikan tidak ada. Tantangan harian: 2026-08-19 (UTC) ยท Mid-Level ```tsx import { useState } from 'react' function Stepper() { const [count, setCount] = useState(0) const incrementBy3 = () => { setCount(count + 1) setCount(count + 1) setCount(count + 1) } return (

Count: {count}

) } ``` ## Keputusanmu - Celah keamanan - Bug logika - Gaya kode - Tidak ada masalah Satu percobaan per hari. Jawaban muncul langsung setelahnya. --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/id/tantangan-harian/react-next