Tag: O'Reilly Me…

  • What’s an Object in JavaScript?

    When you begin programming with JavaScript you might run across books, tutorials, and people who say “Everything in JavaScript is an object.” While it’s not 100% true (not *everything* is an object), it is *mostly* true. And sometimes this can be a bit surprising. Here’s a new mantra for your next (JavaScript programming) meditation session.…