- 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.
推薦閱讀
- 跟“龍哥”學C語言編程
- Android Studio Essentials
- JavaScript+jQuery開發實戰
- C語言程序設計教程(第2版)
- Object-Oriented JavaScript(Second Edition)
- Learning ArcGIS Pro
- Reactive Programming With Java 9
- 精通Python自然語言處理
- PySpark Cookbook
- 軟件測試實用教程
- Learning YARN
- Web性能實戰
- Application Development with Swift
- Visual C++開發寶典
- Visual Basic語言程序設計上機指導與練習(第3版)