This commit is contained in:
2025-09-18 22:02:33 +07:00
parent 88313dbfe5
commit fbd5c9f014

View File

@@ -14,11 +14,14 @@ function MyComponent(props) {
let result = value + 1; let result = value + 1;
const test = null;
if (test) { if (test) {
console.log('This will never log'); console.log('This will never log');
} }
if (false) {
console.log('This will never log');
}
setCount(count++); setCount(count++);
return ( return (