- 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.
推薦閱讀
- 案例式C語(yǔ)言程序設(shè)計(jì)
- MongoDB for Java Developers
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- Learning SQLite for iOS
- Oracle數(shù)據(jù)庫(kù)從入門到運(yùn)維實(shí)戰(zhàn)
- 假如C語(yǔ)言是我發(fā)明的:講給孩子聽的大師編程課
- Rust Essentials(Second Edition)
- Spring Boot Cookbook
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- 微信小程序開發(fā)與實(shí)戰(zhàn)(微課版)
- Getting Started with Python and Raspberry Pi
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- OpenCV Android Programming By Example
- 零基礎(chǔ)輕松學(xué)C++:青少年趣味編程(全彩版)
- Learning Image Processing with OpenCV