Intern — Middle
Instance initialization via constructor function
livecode
Task condition
What will be the result when running the following code snippet?
function Test() {
}
const obj = new Test();
livecode
Task condition
What will be the result when running the following code snippet?
function Test() {
}
const obj = new Test();