ยฉ 2026 Hedgehog Software, LLC
const double = () => 2 * count();
const countBy = (factor: number) => factor * count(); // later return ( <> <p>{count()} time 3 is: {countBy(3)}</p> <p>{count()} time 4 is: {countBy(4)}</p> </> );