|
1 | 1 | Learning JavaScript Data Structures and Algorithms
|
2 | 2 | ====================================
|
3 | 3 |
|
4 |
| -[](https://travis-ci.org/loiane/javascript-datastructures-algorithms) |
| 4 | +[](https://travis-ci.org/loiane/javascript-datastructures-algorithms) |
5 | 5 | [](https://codecov.io/gh/loiane/javascript-datastructures-algorithms)
|
6 | 6 | [](https://david-dm.org/loiane/javascript-datastructures-algorithms?type=dev)
|
7 | 7 | [](https://david-dm.org/loiane/javascript-datastructures-algorithms)
|
@@ -61,16 +61,16 @@ Source code of **Learning JavaScript Data Structures and Algorithms** book, thir
|
61 | 61 | ## Installing and running the book examples With Node
|
62 | 62 |
|
63 | 63 | * Install [Node](https://nodejs.org)
|
64 |
| -* Open terminal/cmd and change directoty to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms` |
65 |
| -* run `npm install` to install all depencies |
| 64 | +* Open terminal/cmd and change directory to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms` |
| 65 | +* run `npm install` to install all dependencies |
66 | 66 | * To see the examples, run `http-server html` or `npm run serve`. Open your browser `http:\\localhost:8080` to see the book examples
|
67 | 67 | * Or `cd html/chapter01` and run each javascript file with node: `node 02-Variables`
|
68 | 68 |
|
69 | 69 | ## Running the examples in the browser
|
70 | 70 |
|
71 | 71 | * Right click on the html file you would like to see the examples, right click and 'Open with Chrome (or any other browser)'
|
72 | 72 |
|
73 |
| -* Or open the `examples/index.html` file to easily nagivate through all examples: |
| 73 | +* Or open the `examples/index.html` file to easily navigate through all examples: |
74 | 74 |
|
75 | 75 | * Demo: [https://javascript-ds-algorithms-book.firebaseapp.com](https://javascript-ds-algorithms-book.firebaseapp.com)
|
76 | 76 |
|
@@ -100,6 +100,8 @@ Book link - second edition:
|
100 | 100 | Book link - third edition:
|
101 | 101 | - [Packt](https://www.packtpub.com/web-development/learning-javascript-data-structures-and-algorithms-third-edition)
|
102 | 102 | - [Amazon](http://a.co/cbMlYmJ)
|
| 103 | + - [Chinese version](http://www.ituring.com.cn/book/2653) |
| 104 | + - [Brazilian Portuguese version](https://novatec.com.br/livros/estruturas-de-dados-algoritmos-em-javascript-2ed/) |
103 | 105 |
|
104 | 106 | ### Found an issue or have a question?
|
105 | 107 |
|
|
0 commit comments