|
1 | 1 | # CheatJS |
2 | 2 |
|
3 | | -<img src="https://i.ibb.co/TrmSrGx/cheatjs-logo-v1.jpg" alt="dotenv" width="170px" align="right" /> |
| 3 | + |
4 | 4 |
|
5 | 5 | **We make high quality cheatsheets for JavaScript environment** :sunglasses: |
6 | 6 |
|
7 | 7 | JavaScript is an amazing and unique language. From a simple scripting add-on for web pages, it has grown to an entire infrastructure of immense size, consisting of millions of libraries, hundreds of frameworks and platforms. Our goal is to make learning JavaScript and its environment as simple, enjoyable and fast as possible. |
8 | 8 |
|
9 | | -[](https://github.com/cheatjs/cheat/issues) |
10 | | - |
11 | | - |
| 9 | +[](https://github.com/cheatjs/cheat/issues)   |
12 | 10 |
|
13 | | -## :page_facing_up: Table of content |
| 11 | +## :page\_facing\_up: Table of content |
14 | 12 |
|
15 | | -> For a better view, [open this README file](https://github.com/cheatjs/cheat/blob/master/README.md) to full screen and zoom in slightly on your browser. |
| 13 | +> For a better view, [open this README file](./) to full screen and zoom in slightly on your browser. |
16 | 14 |
|
17 | | -- [JavaScript](#javascript) |
18 | | - - [Array methods](#array-methods) |
19 | | - - [String methods](#string-methods) |
20 | | - - [Objects](#objects) |
21 | | - - [Classes](#classes) |
22 | | -- [Node.js](#nodejs) |
23 | | - - [Node.js basics](#nodejs-basics) |
24 | | -- [TypeScript](#typescript) |
25 | | - - [TypeScript basics](#typescript-basics) |
| 15 | +* [JavaScript](./#javascript) |
| 16 | + * [Array methods](./#array-methods) |
| 17 | + * [String methods](./#string-methods) |
| 18 | + * [Objects](./#objects) |
| 19 | + * [Classes](./#classes) |
| 20 | +* [Node.js](./#nodejs) |
| 21 | + * [Node.js basics](./#nodejs-basics) |
| 22 | +* [TypeScript](./#typescript) |
| 23 | + * [TypeScript basics](./#typescript-basics) |
26 | 24 |
|
27 | | -## JavaScript |
28 | 25 |
|
29 | | -### Array methods |
30 | | - |
31 | | -[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/Array-methods/js-array-methods.png)   [Text version](./JavaScript/Array-methods/js-array-methods.md) |
32 | | -<br><br> |
33 | | -[](./JavaScript/Array-methods/js-array-methods.png) |
34 | | - |
35 | | -### String methods |
36 | | - |
37 | | -[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/String-methods/js-string-methods.png)   [Text version](./JavaScript/Array-methods/js-string-methods.md) |
38 | | -<br><br> |
39 | | -[](./JavaScript/String-methods/js-string-methods.png) |
40 | | - |
41 | | -### Objects |
42 | | - |
43 | | -[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/Objects/js-objects.png)   [Text version](./JavaScript/Objects/js-objects.md) |
44 | | -<br><br> |
45 | | -[](./JavaScript/Objects/js-objects.png) |
46 | | - |
47 | | -### Classes |
48 | | - |
49 | | -[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/Classes/js-classes.png)   [Text version](./JavaScript/Classes/js-classes.md) |
50 | | -<br><br> |
51 | | -[](./JavaScript/Classes/js-classes.png) |
52 | | - |
53 | | -## Node.js |
54 | | - |
55 | | -### Node.js basics |
56 | | - |
57 | | -[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/Node.js/Basics/nodejs-basics.png)   [Text version](./Node.js/Basics/nodejs-basics.md) |
58 | | -<br><br> |
59 | | -[](./Node.js/Basics/nodejs-basics.png) |
60 | | - |
61 | | -## TypeScript |
62 | | - |
63 | | -### TypeScript basics |
64 | | - |
65 | | -[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/TypeScript/Basics/ts-basics.png)   [Text version](./TypeScript/Basics/ts-basics.md) |
66 | | -<br><br> |
67 | | -[](./TypeScript/Basics/ts-basics.png) |
68 | | - |
69 | | -## :dart: Stay tuned |
70 | | - |
71 | | -СheatJS is just beginning its existence. There are plans to create a huge number of cheatsheets on advanced JavaScript, Node.js and TypeScript topics. Naturally, this will also include popular frameworks and libraries. |
72 | | - |
73 | | -Anyone can contribute to the development of CheatJS. This repository is completely open to your suggestions and I would be happy to consider any pull request. |
74 | 26 |
|
75 | 27 | We will be very happy if you tell your friends and acquaintances about us! :heart: |
76 | 28 |
|
77 | | -<div align="center"><a href="https://github.com/cheatjs/cheat/blob/master/LICENSE">LICENSE</a> 2022.</div> |
| 29 | +[LICENSE](LICENSE/) 2022. |
0 commit comments