Answers for "dr. axel rauschmayer variable and"

0

dr. axel rauschmayer variable and

function func() {
    if (true) {
        let tmp = 123;
    }
    console.log(tmp); // ReferenceError: tmp is not defined
}
Posted by: Guest on February-18-2022

Code answers related to "dr. axel rauschmayer variable and"

Browse Popular Code Answers by Language