So Lets Get Started …….. Block Bindings Usually bindings occur whenever we declare or set a value in a variable. Variable declare is an important factor. ES6 provides a new way to declare variable, so that you can more easily control the scope of variables. Variable Declaration and Hosting Before ES6, var was the only keyword…