Skip to content

Some Question Ideas #1

@BrianGenisio

Description

@BrianGenisio

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 ===?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions