8000 Added page 10-13 to cheatsheet + updated readme · oleglr/javascript-cheatsheet@742b3cf · GitHub
[go: up one dir, main page]

Skip to content

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: Ad 57AE ded 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

js-cheatsheet11.afphoto

94.4 KB
Binary file not shown.

js-cheatsheet11.pdf

74.4 KB
Binary file not shown.

js-cheatsheet11.png

654 KB
Loading

js-cheatsheet12.afphoto

102 KB
Binary file not shown.

js-cheatsheet12.pdf

74.6 KB
Binary file not shown.

js-cheatsheet12.png

719 KB
Loading

js-cheatsheet13.afphoto

120 KB
Binary file not shown.

js-cheatsheet13.pdf

76.2 KB
Binary file not shown.

js-cheatsheet13.png

878 KB
Loading

js-cheatsheet2.pdf

0 Bytes
Binary file not shown.

js-cheatsheet2.png

557 KB
Loading

js-cheatsheet3.afphoto

417 Bytes
Binary file not shown.

js-cheatsheet3.pdf

74 Bytes
Binary file not shown.

js-cheatsheet3.png

456 KB
Loading

js-cheatsheet4.pdf

0 Bytes
Binary file not shown.

js-cheatsheet4.png

501 KB
Loading

js-cheatsheet5.afphoto

96 Bytes
Binary file not shown.

js-cheatsheet5.pdf

38 Bytes
Binary file not shown.

js-cheatsheet5.png

433 KB
Loading

js-cheatsheet6.pdf

0 Bytes
Binary file not shown.

js-cheatsheet8.pdf

0 Bytes
Binary file not shown.

js-cheatsheet9.pdf

0 Bytes
Binary file not shown.

js-cheatsheet9.png

601 KB
Loading

js2-250.png

21.2 KB
Loading

js2.png

55.3 KB
Loading

0 commit comments

Comments
 (0)
0