First post
Hello, been a while!
typescript
// test
const v = () => {
const x = 4;
}
console.log(v());Hello, been a while!
// test
const v = () => {
const x = 4;
}
console.log(v());// test
const v = () => {
const x = 4;
}
console.log(v());