- 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.
推薦閱讀
- 算法訓(xùn)練營:入門篇(全彩版)
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 教孩子學(xué)編程:C++入門圖解
- Mastering Rust
- 運用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- 軟件品質(zhì)之完美管理:實戰(zhàn)經(jīng)典
- jQuery for Designers Beginner's Guide Second Edition
- Hadoop大數(shù)據(jù)分析技術(shù)
- Node.js實戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開發(fā)
- Java Web開發(fā)基礎(chǔ)與案例教程
- 美麗洞察力:從化妝品行業(yè)看顧客需求洞察
- Analytics for the Internet of Things(IoT)
- Getting Started with Hazelcast
- 零基礎(chǔ)入門Python數(shù)據(jù)分析與機器學(xué)習(xí)