- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 129字
- 2021-07-09 19:07:43
Summary
This chapter was all about understanding JavaScript in its most important role—that of browser language. JavaScript plays the role of introducing dynamism on the web by facilitating DOM manipulation and event management on the browser. We discussed both of these concepts with and without jQuery. As the demands of the modern web are increasing, using libraries such as jQuery is essential. These libraries significantly improve the code quality and efficiency and, at the same time, give you the freedom to focus on important things.
We will focus on another incarnation of JavaScript—mainly on the server side. Node.js has become a popular JavaScript framework to write scalable server-side applications. We will take a detailed look at how we can best utilize Node.js for server applications.
- Mastering Concurrency Programming with Java 8
- VMware View Security Essentials
- Android和PHP開發最佳實踐(第2版)
- 垃圾回收的算法與實現
- Mastering Concurrency in Go
- 數據結構習題精解(C語言實現+微課視頻)
- 假如C語言是我發明的:講給孩子聽的大師編程課
- R的極客理想:工具篇
- C++面向對象程序設計習題解答與上機指導(第三版)
- Apache Spark 2.x for Java Developers
- Python深度學習:基于TensorFlow
- Create React App 2 Quick Start Guide
- Mastering C++ Multithreading
- “笨辦法”學C語言
- 代替VBA!用Python輕松實現Excel編程