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….
It contains TypeScript posts
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
To start with programming, we should make use of basic units of data. We can’t complete even simple task without defining data. So it’s very important to use data in … Read More
What is TypeScript? Typescript is a superset of JavaScript. It is opensource language, which is developed and maintained by Microsoft. It’s a strict syntactical JavaScript. It adds optional static type … Read More
coming soon….