Skip to content

Commit 1a61c13

Browse files
cheatsnakegitbook-bot
authored andcommitted
GITBOOK-2: No subject
1 parent 8252c27 commit 1a61c13

12 files changed

Lines changed: 360 additions & 382 deletions

File tree

JavaScript/String-methods/js-string-methods.md

Lines changed: 0 additions & 213 deletions
This file was deleted.

README.md

Lines changed: 14 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,29 @@
11
# CheatJS
22

3-
<img src="https://i.ibb.co/TrmSrGx/cheatjs-logo-v1.jpg" alt="dotenv" width="170px" align="right" />
3+
![dotenv](https://i.ibb.co/TrmSrGx/cheatjs-logo-v1.jpg)
44

55
**We make high quality cheatsheets for JavaScript environment** :sunglasses:
66

77
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.
88

9-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/cheatjs/cheat/issues)
10-
![GitHub repo size](https://img.shields.io/github/repo-size/cheatjs/cheat?color=blue)
11-
![GitHub](https://img.shields.io/github/license/cheatjs/cheat?color=green)
9+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/cheatjs/cheat/issues) ![GitHub repo size](https://img.shields.io/github/repo-size/cheatjs/cheat?color=blue) ![GitHub](https://img.shields.io/github/license/cheatjs/cheat?color=green)
1210

13-
## :page_facing_up: Table of content
11+
## :page\_facing\_up: Table of content
1412

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.
1614
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)
2624

27-
## JavaScript
2825

29-
### Array methods
30-
31-
[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/Array-methods/js-array-methods.png) &emsp; [Text version](./JavaScript/Array-methods/js-array-methods.md)
32-
<br><br>
33-
[![N|Solid](./JavaScript/Array-methods/js-array-methods.png)](./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) &emsp; [Text version](./JavaScript/Array-methods/js-string-methods.md)
38-
<br><br>
39-
[![N|Solid](./JavaScript/String-methods/js-string-methods.png)](./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) &emsp; [Text version](./JavaScript/Objects/js-objects.md)
44-
<br><br>
45-
[![N|Solid](./JavaScript/Objects/js-objects.png)](./JavaScript/Objects/js-objects.png)
46-
47-
### Classes
48-
49-
[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/Classes/js-classes.png) &emsp; [Text version](./JavaScript/Classes/js-classes.md)
50-
<br><br>
51-
[![N|Solid](./JavaScript/Classes/js-classes.png)](./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) &emsp; [Text version](./Node.js/Basics/nodejs-basics.md)
58-
<br><br>
59-
[![N|Solid](./Node.js/Basics/nodejs-basics.png)](./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) &emsp; [Text version](./TypeScript/Basics/ts-basics.md)
66-
<br><br>
67-
[![N|Solid](./TypeScript/Basics/ts-basics.png)](./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.
7426

7527
We will be very happy if you tell your friends and acquaintances about us! :heart:
7628

77-
<div align="center"><a href="https://github.com/cheatjs/cheat/blob/master/LICENSE">LICENSE</a> 2022.</div>
29+
[LICENSE](LICENSE/) 2022.

SUMMARY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Table of contents
2+
3+
* [CheatJS](README.md)
4+
* [JavaScript](javascript/README.md)
5+
* [String methods cheatsheet](javascript/js-string-methods.md)
6+
* [Array methods cheatsheet](javascript/js-array-methods.md)
7+
* [Objects cheatsheet](javascript/js-objects.md)
8+
* [Classes cheatsheet](javascript/js-classes.md)
9+
* [Node.js](node.js/README.md)
10+
* [Node.js basics cheatsheet](node.js/nodejs-basics.md)
11+
* [TypeScript](typescript/README.md)
12+
* [TypeScript basics](typescript/ts-basics.md)

javascript/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# JavaScript
2+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)