- 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.
- ASP.NET Core 5.0開發入門與實戰
- Rust編程從入門到實戰
- Learning Python Design Patterns(Second Edition)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Python圖形化編程(微課版)
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- ASP.NET程序開發范例寶典
- 輕松上手2D游戲開發:Unity入門
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Node學習指南(第2版)
- Laravel Application Development Blueprints
- Arduino電子設計實戰指南:零基礎篇
- Python Deep Learning
- Robot Framework Test Automation