block scoped in js
The area of the code which is within {curley brackets} is called a block
if (true) { ///block start
var x = 2;
let y = 2;
} // block end
block scoped in js
The area of the code which is within {curley brackets} is called a block
if (true) { ///block start
var x = 2;
let y = 2;
} // block end
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us