apni coding

Let’s scope it!
{
let a = 5;
}
console.log(a);

3 months ago | [YT] | 1



@durgawatisingh8350

Why refference error because let is a block scope, outside declare therefore refference error

3 months ago | 0