-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Platform Agnostic Questions
- Explain JavaScript Context (this)
- How is Context different than Scope?
- What are some "gotchas" related to context?
- What can you do to force context?
- How does ES2015 Arrow Functions affect context?
- How does function, method, constructor, new, etc affect context?
- How does
.call()
orapply()
affect context?
- Explain Prototypes
- How are Prototypes different from classes?
- What is prototypal inheritance?
- How do you override prototypal behavior?
- How does modifying the instance vs prototype differ?
- Explain Closure
- What is a "lambda"?
- What are some "gotchas" with closure?
- What are the primitive types in JavaScript?
- What is transpilation? Do you have an opinion about transpilation?
- What is truthy/falsy?
- What values are always Truthy?
- What values are always Falsy?
- What is the difference between
==
and===
?
Metadata
Metadata
Assignees
Labels
No labels