use of let in javascript



use of let in javascript

use of let in javascript

in this video lets see how can we use let in javascript,
which is a block level variable that means unlike var which is a global variable let can only access within a block.