Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fbd5c9f014 |
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user