- 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.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Java Web開發(fā)學(xué)習(xí)手冊
- Mastering OpenCV Android Application Programming
- Mastering Concurrency in Go
- HTML5游戲開發(fā)案例教程
- C語言程序設(shè)計(jì)
- MySQL數(shù)據(jù)庫基礎(chǔ)實(shí)例教程(微課版)
- jQuery開發(fā)基礎(chǔ)教程
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Android開發(fā):從0到1 (清華開發(fā)者書庫)
- Learning R for Geospatial Analysis
- Web前端應(yīng)用開發(fā)技術(shù)
- Hands-On GUI Programming with C++ and Qt5
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺游戲
- Mastering Unreal Engine 4.X