Building an ES6 Application with the Help of TypeScript’s DOM Types

In this article, I propose a way of writing relatively simple apps without using a fully-fledged framework. It is based on my experience during an interview process. I am not trying to persuade you… Read more

Similar

ES5 vs. ES6

Arrow functions brought a lot of clarity & code reduction to Javascript. Let’s take a look at different ways we can define function now. You can see the difference we don’t have to use the function… (more…)

Read more »

ES6

Javascript-ES6-ECMAScript6-ES2015 - 前端近些年发展很快,作为前端技术的核心支撑JS也从ES5过渡到了ES6,强有力的推进了前端的发展。作为一名前端从业人员学习掌握ES6是必不可少的一项技能。本项目对自己项目中运用过的ES6语法知识给予介绍,并给出大量简洁易懂的示例代码,对于初学者来说敲过本项目中的代码,基本就入门ES6了,再在实际中运用所学知识、补充不足,... (more…)

Read more »