- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 109字
- 2021-07-08 10:32:43
A JavaScript primer
As we already know, Node.js is not just another language, but JavaScript. The language syntax and tools you used while coding JavaScript on the browser will work verbatim on the server. Node.js has additional tools that are only available on the server, but the language and syntax are again the same as JavaScript. I'm assuming you have a general understanding of the basic JavaScript syntax, but I will introduce JavaScript to you with a very brief primer on the language, just in case.
In general, JavaScript is a fairly simple language when it comes to syntax, and you only need to know a few important elements.
推薦閱讀
- Learn ECMAScript(Second Edition)
- Python機器學習:數據分析與評分卡建模(微課版)
- x86匯編語言:從實模式到保護模式(第2版)
- Python程序設計案例教程
- CouchDB and PHP Web Development Beginner’s Guide
- Visual Basic程序設計實驗指導(第二版)
- MATLAB GUI純代碼編寫從入門到實戰
- Kubernetes進階實戰
- Natural Language Processing with Python Quick Start Guide
- Python編程基礎教程
- Spring Web Services 2 Cookbook
- Improving your Penetration Testing Skills
- jMonkeyEngine 3.0 Beginner’s Guide
- JSP大學實用教程
- 軟件自動化測試實戰解析:基于Python3編程語言