- JavaScript by Example
- Dani Akash S
- 106字
- 2021-07-02 18:39:09
Summary
Congratulations! You have built your first JavaScript application with the new ES6 syntax. You have learned the following concepts in this chapter:
- DOM manipulation and event listeners in JavaScript
- ECMAScript 2015 (ES6) syntax of JavaScript
- Chrome Developer Tools
- The workings of Node and npm
- Using Babel to transpile the ES6 code to ES5 code
In our current npm setup, we have simply created a compile script to transform our code into ES5. There are lots of other tools available to automate more tasks, such as minification, linting, image compression, and so on. We will use one such tool called Webpack in our next chapter.
推薦閱讀
- DB2 V9權(quán)威指南
- Oracle從新手到高手
- Building Minecraft Server Modifications
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- Visual Basic程序設(shè)計上機實驗教程
- Mastering Git
- JavaScript程序設(shè)計:基礎(chǔ)·PHP·XML
- Spring Data JPA從入門到精通
- 深入理解Kafka:核心設(shè)計與實踐原理
- 企業(yè)級Java現(xiàn)代化:寫給開發(fā)者的云原生簡明指南
- SQL Server 2008實用教程(第3版)
- Responsive Web Design with jQuery
- iOS Development with Xamarin Cookbook
- Unity 5 Game Optimization
- 零基礎(chǔ)學(xué)Java(第5版)