var vs let vs const | Frontend Interview Questions
1. Scope //var has global scope , work inside or outside the block//let and const has block level scope { var a = 5; let b = 6; const c […]
Java Script | jQuery | React Basic | React Hooks | CSS | Interview Questions | Node Js
1. Scope //var has global scope , work inside or outside the block//let and const has block level scope { var a = 5; let b = 6; const c […]