8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
|
test{
|
||
|
const x = 3;
|
||
|
if (x = 3){
|
||
|
x = 4;
|
||
|
} else {
|
||
|
x = 6;
|
||
|
}
|
||
|
}
|