Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Question Ideas #1

Open
BrianGenisio opened this issue Apr 25, 2016 · 0 comments
Open

Some Question Ideas #1

BrianGenisio opened this issue Apr 25, 2016 · 0 comments

Comments

@BrianGenisio
Copy link
Contributor

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() or apply() 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 ===?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant