Why should you use let instead of var?
You may find keyword called let from ES2015. It will used to define block scoped variables. Block scope is newly introduced in ES2015. Prior to ES2015 you have only Global … Read More
Learning On The Go….
You may find keyword called let from ES2015. It will used to define block scoped variables. Block scope is newly introduced in ES2015. Prior to ES2015 you have only Global … Read More