Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 742b3cf

Browse files
committed
Added page 10-13 to cheatsheet + updated readme
1 parent ee160c6 commit 742b3cf

35 files changed

+43
-13
lines changed

‎README.md

Lines changed: 43 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,58 @@ Bonus: One-Page DOM API cheatsheet on section 14.
77
Want to learn JavaScript correctly? [here's an awesome video course](https://ilovecoding.org/courses/js2) for iLoveCoding Pro members.
88

99
## I present to you - The JavaScript Cheatsheet 💪
10+
[![JavaScript Cheatsheet](js-cheatsheet-thumb-800.png)](js-cheatsheet.pdf)
1011
[![JavaScript Cheatsheet](js-cheatsheet.png)](js-cheatsheet.pdf)
1112

12-
Download [9 Page PDF](js-cheatsheet.pdf)
13+
[Download the full 13-page PDF](js-cheatsheet.pdf)
1314

1415
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)
16+
Download individual pages:
2517

18+
- Page 1: Basic Vocabulary, Seven Types, Objects
19+
[PNG](js-cheatsheet1.png), [PDF](js-cheatsheet1.pdf)
20+
- Page 2: Functions - parameters, invocation, parameters, return and more.
21+
[PNG](js-cheatsheet2.png), [PDF](js-cheatsheet2.pdf)
22+
- Page 3: Vocabulary around variables and scope
23+
[PNG](js-cheatsheet3.png), [PDF](js-cheatsheet3.pdf)
24+
- Page 4: Operators and coercion
25+
[PNG](js-cheatsheet4.png), [PDF](js-cheatsheet4.pdf)
26+
- Page 5: Conditional Statement (if/switch/ternary) + Truthy Falsy
27+
[PNG](js-cheatsheet5.png), [PDF](js-cheatsheet5.pdf)
28+
- Page 6: Loops - For, While, Do While
29+
[PNG](js-cheatsheet6.png), [PDF](js-cheatsheet6.pdf)
30+
- Page 7: Ways to create variable - var, let, const + Event Loop
31+
[PNG](js-cheatsheet7.png), [PDF](js-cheatsheet7.pdf)
32+
- Page 8: Browser
33+
[PNG](js-cheatsheet8.png), [PDF](js-cheatsheet8.pdf)
34+
- Page 9: DOM - Query, Create, Update, Delete, Events of DOM
35+
[PNG](js-cheatsheet9.png), [PDF](js-cheatsheet9.pdf)
36+
- Page 10: Auto-inherited properties + built-in objects
37+
[PNG](js-cheatsheet10.png), [PDF](js-cheatsheet10.pdf)
38+
- Page 11: Promise and Async Tasks
39+
[PNG](js-cheatsheet11.png), [PDF](js-cheatsheet11.pdf)
40+
- Page 12: 'this' keyword and 3 scenarios to remember
41+
[PNG](js-cheatsheet12.png), [PDF](js-cheatsheet12.pdf)
42+
- Page 13: Constructors - Custom and built-in constructors
43+
[PNG](js-cheatsheet13.png), [PDF](js-cheatsheet13.pdf)
2644

27-
## 👍 What to learn JavaScript?
45+
## Change log:
46+
47+
- Nov 16, 2018: Added page 10-13 to the cheatsheet
48+
Topics added:
49+
- Page 10: Auto-inherited properties + built-in objects
50+
- Page 11: Promise and Async Tasks
51+
- Page 12: 'this' keyword and 3 scenarios to remember
52+
- Page 13: Constructors - Custom and built-in constructors
53+
- Oct 25, 2018: Launched 9-page cheatsheet
54+
55+
## 👍 Want to learn JavaScript correctly?
2856

2957
Try the most comprehensive beginner to advanced JavaScript video course -> [Learn JavaScript Correctly](https://ilovecoding.org/courses/js2) on iLoveCoding Pro.
3058

31-
Don't just learn JavaScript, think and build like a full-stack developer.
59+
Don't just learn JavaScript, think and build like a full-stack JavaScript developer.
60+
61+
[![Learn JavaScrpt Correctly](js2-400.gif)](https://ilovecoding.org/courses/js2)
3262

3363
## Other Cheatsheets:
3464

‎js-cheatsheet-thumb-800.gif

77.5 KB
Loading[フレーム]

‎js-cheatsheet-thumb-800.png

44.3 KB
Loading[フレーム]

‎js-cheatsheet-thumb.png

168 KB
Loading[フレーム]

‎js-cheatsheet.pdf

287 KB
Binary file not shown.

‎js-cheatsheet1.pdf

0 Bytes
Binary file not shown.

‎js-cheatsheet1.png

533 KB
Loading[フレーム]

‎js-cheatsheet10.afphoto

107 KB
Binary file not shown.

‎js-cheatsheet10.pdf

78.2 KB
Binary file not shown.

‎js-cheatsheet10.png

797 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /