Directory
- JavaScript Shell Learn to share
- Brief introduction
- Installation
- Use reason
- Summary
JavaScript Shell Learning Sharing Introduction
JavaScript Shell is part of the comprehensive JavaScript programming environment SpiderMonkey provided by Mozilla
Installation
- Open the SpiderMonkey Daily Build page (Http://mzl.la/MKOuFY), scroll to the bottom of the page, and download the appropriate JavaScript Shell according to your computer operating system
- After the download is complete, there are two ways to use the JavaScript shell. You can choose to use the shell in interactive mode, or you can save the JavaScript code in a file and use the shell to interpret the run. At the command prompt at the input JS, into the shell interactive mode, the command line will appear js> prompt, then you can enter the JavaScript expression statement.
Use reason
JavaScript has historically been a language that runs only in browsers. In the past few years, however, this has changed and JavaScript has evolved to work as a desktop program or on a server. In order to improve the data structure and algorithm knowledge, for JS programming learning.
Summary
Recognizing that it is flawed in terms of data structures and algorithms, this time we are learning about the data structure and algorithmic JavaScript described in this book. Further enhance the use of data structures and algorithms in JavaScript.
JavaScript Shell Learn to share