Change to Function-Scoped Strict Mode Change to Function-Scoped Strict Mode When strict mode was introduced in ECMAScript 5, the language was quite a bit simpler than it became...
Proxies and the Reflection API Proxies and the Reflection API ECMAScript 5 and ECMAScript 6 were both developed with demystifying JavaScript functionality in mind. For example,...
EcmaScript 6 and TypeScript Features EcmaScript 6 and TypeScript Features 我们常说的“JavaScript”语言的正式名叫“EcmaScript”。 新版本的JavaScript,“EcmaScript 6”或“ES6”,提供了许多新功能,扩展了语言的能力。ES6在今天...
Summary Summary Functions haven’t undergone a huge change in ECMAScript 6, but rather, a series of incremental changes that make them easier to work with. Default function par...
Introduction Using Modules Using Namespaces Pitfalls of Namespaces and Modules /// <reference>-ing a module Needless Namespacing Trade-offs of Modules Introduction This p...
Install ASP.NET Core and TypeScript Create a new project Set up the server Add TypeScript Add TypeScript code Add example code Set up the build Set up NPM Set up gulp Writ...
Using Modules Using Namespaces Pitfalls of Namespaces and Modules /// <reference> -ing a module Needless Namespacing Trade-offs of Modules This post outlines the various way...
Namespaces and Modules Using Modules Using Namespaces Pitfalls of Namespaces and Modules /// <reference> -ing a module Needless Namespacing Trade-offs of Modules Namespace...