Giter Site home page Giter Site logo

Comments (5)

iennae avatar iennae commented on May 2, 2024

var a=2;

keeps getting called a program. This is jarring as while technically it could be it's more of an expression.

from you-dont-know-js.

iennae avatar iennae commented on May 2, 2024

misleading "Engine: I need to LHS reference arg1. You dig?" as arg1 doesn't appear in the code snippet (although mentioned in the paragraph above.

from you-dont-know-js.

iennae avatar iennae commented on May 2, 2024

We said that Scope is a set of rules for looking up variables by their identifier name. Sometimes, you will look up a variable, and it won't exist in the most immediate Scope you are currently executing in.

.. This is a confusing statement. For people who don't understand scope this doesn't seem enlightening. You've defined scope as "set of rules for looking up variables by their identifier name". You're hinting at the fact that scope is like an onion with layers but not explicit in definition.

from you-dont-know-js.

iennae avatar iennae commented on May 2, 2024

Introducing "global scope" without mentioning it earlier on:

The RHS reference for b cannot be resolved inside the function foo, but it can be resolved in the Scope surrounding it (in this case, the global, but could just be another Nested Scope cousin!).

from you-dont-know-js.

getify avatar getify commented on May 2, 2024

Thanks for the great edit suggestions. Should be addressed now. :)

from you-dont-know-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.