OC
Size: a a a
OC
Иx
AS
AS
D
V
V
D
D
V
N
const func = (smh) => {
if (smh > 0) {
console.log('smh > than 0');
return;
}
}MI
const func = (smh) => {
if (smh > 0) {
console.log('smh > than 0');
return;
}
}N
В
V
const func = (smh) => {
if (smh > 0) {
console.log('smh > than 0');
return;
}
}MI
V
N
hello ${user});N
V
hello ${user});return;?