Skip to content

Latest commit

 

History

History
executable file
·
10 lines (9 loc) · 517 Bytes

File metadata and controls

executable file
·
10 lines (9 loc) · 517 Bytes

Questions 🤔

  • What is the difference between lexical and function scopes?
  • How to create a function scope immediately?
  • What is this?
  • What is the context losing? Can you give an example? How can we fix the context?
  • How do .bind, .call, and .apply work? Can you give several use cases?
  • What is the difference between a function expression and an arrow function? When we cannot use arrow functions?
  • How does this work within arrow functions? Can you give several examples?
  • What is currying?