|
11 | 11 | 8. [Error Handling](#error-handling) |
12 | 12 | 9. [Formatting](#formatting) |
13 | 13 | 10. [Comments](#comments) |
| 14 | + 11. [Translation](#translation) |
14 | 15 |
|
15 | 16 | ## Introduction |
16 | 17 |  that allow |
| 591 | +[great libraries](https://facebook.github.io/immutable-js/) that allow |
591 | 592 | this kind of programming approach to be fast and not as memory intensive as |
592 | 593 | it would be for you to manually clone objects and arrays. |
593 | 594 |
|
@@ -2152,3 +2153,12 @@ const actions = function() { |
2152 | 2153 | }; |
2153 | 2154 | ``` |
2154 | 2155 | **[⬆ back to top](#table-of-contents)** |
| 2156 | + |
| 2157 | +## Translation |
| 2158 | + |
| 2159 | +This is also available in other languages: |
| 2160 | + |
| 2161 | + -  **Brazilian Portuguese**: [fesnt/clean-code-javascript](https://github.com/fesnt/clean-code-javascript) |
| 2162 | + -  **Chinese**: [alivebao/clean-code-js](https://github.com/alivebao/clean-code-js) |
| 2163 | + |
| 2164 | +**[⬆ back to top](#table-of-contents)** |
0 commit comments