- Learning JavaScript Data Structures and Algorithms
- Loiane Groner
- 152字
- 2021-08-05 17:31:20
What you need for this book
You can set up three different development environments for this book. You do not need to have all three environments; you can select one or give all of them a try!
- For the first option, you need a browser. It is recommended to use one of the following browsers:
- Chrome (https://www.google.com/chrome/browser/)
- Firefox (https://www.mozilla.org/en-US/firefox/new/)
- For the second option, you will need:
- One of the browsers listed in the first option
- A web server; if you do not have any web server installed in your computer, you can install XAMPP (https://www.apachefriends.org)
- The third option is an environment 100 percent JavaScript! For this, you will need the following elements:
- One of the browsers listed in the first option
- Node.js (http://nodejs.org/)
- After installing Node.js, install
http-server
(package) as follows:npm install http-server –g
You can find more detailed instructions in Chapter 1, JavaScript – A Quick Overview, as well.
推薦閱讀
- 軟件界面交互設(shè)計基礎(chǔ)
- Power Up Your PowToon Studio Project
- Three.js開發(fā)指南:基于WebGL和HTML5在網(wǎng)頁上渲染3D圖形和動畫(原書第3版)
- Mastering PHP Design Patterns
- Blockly創(chuàng)意趣味編程
- Java虛擬機字節(jié)碼:從入門到實戰(zhàn)
- VMware虛擬化技術(shù)
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- SwiftUI極簡開發(fā)
- Python Deep Learning
- Hands-On Dependency Injection in Go
- 企業(yè)級Java現(xiàn)代化:寫給開發(fā)者的云原生簡明指南
- Less Web Development Cookbook
- 少兒編程輕松學(全2冊)
- Clojure High Performance Programming