Movatterモバイル変換


[0]ホーム

URL:


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

Commitf1bbb3d

Browse files
committed
Made readme
1 parent782f500 commitf1bbb3d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

‎Readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
##Concepts to learn in JavaScript
2+
3+
- All about this keyword (how it works in different cases)
4+
- Object cloning (deep copy & shallow copy)
5+
- Scope and concept of hoisting
6+
- Temporal dead zone
7+
- execution context
8+
- Event loop (Micro/Macro tasks)
9+
- Different kinds of functions ( IIFE, Arrow functions, function statements, function expression, Higher Order functions, First Order functions, Anonymous functions, Getter functions)
10+
- HOF - map, filter and reduce - find practical usecase
11+
- Spread vs Rest operator - find practical usecase
12+
- call, apply and bind
13+
- Prototypal inheritance
14+
- Event bubbling/capturing/delegation
15+
- Debouncing and Throttling
16+
- chaining
17+
- currying
18+
- callbacks
19+
- promises
20+
- async and await
21+
- closures
22+
- setTimeout vs setInterval
23+
- Type Coercion
24+
- Memoization
25+
- DOM and BOM

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp