# Hatayı bul: React / Next.js > Tek bir kod parçası. Hatayı bul ya da hata olmadığını kanıtla. Günlük meydan okuma: 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}

) } ``` ## Kararın - Güvenlik açığı - Mantık hatası - Kod stili - Sorun yok Günde bir deneme. Cevap hemen ardından görünür. --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/tr/gunluk-meydan-okuma/react-next