8000 initial commit · oleglr/javascript-cheatsheet@9a24549 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a24549

Browse files
committed
initial commit
0 parents  commit 9a24549

33 files changed

+52
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 iLoveCoding Inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 🔥 JavaScript Cheatsheet 🗺️
2+
3+
This is the cheatsheet for the foundational concepts of JavaScript. Get to learn the fundamental concepts, syntax, terminologies and different constructs in JavaScript.
4+
5+
Bonus: One-Page DOM API cheatsheet on section 14.
6+
7+
Want to learn JavaScript correctly? [here's an awesome video course](https://ilovecoding.org/courses/js2) for iLoveCoding Pro members.
8+
9+
## I present to you - The JavaScript Cheatsheet 💪
10+
[![JavaScript Cheatsheet](js-cheatsheet.jpg)](js-cheatsheet.pdf)
11+
12+
Download [9 Page PDF](js-cheatsheet.pdf)
13+
14+
or
15+
Download individual PNGs
16+
[Page 1](js-cheatsheet1.png),
17+
[Page 2](js-cheatsheet2.png),
18+
[Page 3](js-cheatsheet3.png),
19+
[Page 4](js-cheatsheet4.png),
20+
[Page 5](js-cheatsheet5.png),
21+
[Page 6](js-cheatsheet6.png),
22+
[Page 7](js-cheatsheet7.png),
23+
[Page 8](js-cheatsheet8.png),
24+
[Page 9](js-cheatsheet9.png)
25+
26+
27+
## 👍 What to learn JavaScript?
28+
29+
Try the most comprehensive beginner to advanced JavaScript video course -> [Learn JavaScript Correctly](https://iloveoding.org/courses/htmlcss) on iLoveCoding Pro.
30+
31+
Don't just learn JavaScript, think and build like a full-stack developer.

js-cheatsheet.pdf

631 KB
Binary file not shown.

js-cheatsheet1.afphoto

120 KB
Binary file not shown.

js-cheatsheet1.pdf

80.1 KB
Binary file not shown.

js-cheatsheet1.png

822 KB
Loading

js-cheatsheet2.afphoto

127 KB
Binary file not shown.

js-cheatsheet2.pdf

74.6 KB
Binary file not shown.

js-cheatsheet2.png

877 KB
Loading

js-cheatsheet3.afphoto

100 KB
Binary file not shown.

js-cheatsheet3.pdf

73.1 KB
Binary file not shown.

js-cheatsheet3.png

711 KB
Loading

js-cheatsheet4.afphoto

117 KB
Binary file not shown.

js-cheatsheet4.pdf

75 KB
Binary file not shown.

js-cheatsheet4.png

800 KB
Loading

js-cheatsheet5.afphoto

103 KB
Binary file not shown.

js-cheatsheet5.pdf

73.9 KB
Binary file not shown.

js-cheatsheet5.png

695 KB
Loading

js-cheatsheet6.afphoto

95.5 KB
Binary file not shown.

js-cheatsheet6.pdf

72.4 KB
Binary file not shown.

js-cheatsheet6.png

622 KB
Loading

js-cheatsheet7.afphoto

95 KB
Binary file not shown.

js-cheatsheet7.pdf

73.7 KB
Binary file not shown.

js-cheatsheet7.png

595 KB
Loading

js-cheatsheet8.afphoto

96.5 KB
Binary file not shown.

js-cheatsheet8.pdf

65.8 KB
Binary file not shown.

js-cheatsheet8.png

737 KB
Loading

js-cheatsheet9.afphoto

120 KB
Binary file not shown.

js-cheatsheet9.pdf

77.6 KB
Binary file not shown.

js-cheatsheet9.png

936 KB
Loading

js2-400.gif

7.91 KB
Loading

js2.afphoto

31.1 KB
Binary file not shown.

js2.gif

37.3 KB
Loading

0 commit comments

Comments
 (0)
0