+ 2
Hey, can someone suggest me some advance topics of || JavaScript ||
Wanna advance topics of js.
2 Answers
+ 1
There's a lot. Some of them will be going deeper into the same things you learn at a basic level, such as scope. Here are some:
Closures
Lexical scope and context including "this"
Currying
Partial application
Immutability
Promises including race conditions
Async Await
Prototypal inheritance
Digging deeper into data structures including Map and Set
Error handling including async error handling
Generators and iterators
Newer features such as null coalescence and optional chaining