© 2026 Hedgehog Software, LLC
const logHandler = () => handleFoo(); // 'handleFoo' was used before it was defined const handleFoo = () => console.log('foo');