JavaScript
Last updated
Was this helpful?
Last updated
Was this helpful?
In JavaScript, a type is a runtime tag describing the actual kind of data you have at runtime.
A property is any value attached to an object. A method is a property that is a function.
this
, always references the owner of the function it is in, for this case — since it is now out of scope — the window/global object.
- Amazing video to understand JS inheritance & objects.
()
- Algorithms and data structures implemented in JavaScript with explanations and links to further readings.
- Fastest JavaScript bundler in the galaxy.
- Find the cost of adding a npm package to your bundle.
- Tool for visualizing Execution Context, Hoisting, Closures, and Scopes in JavaScript.
- Integrated continuous testing tool for JavaScript.
- All the 23 (GoF) design patterns implemented in JavaScript.
- Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
- Run anything JavaScript in a headless Chrome from your command line.
- Better workflow than npm | yarn link for package authors.
- See where each character on the screen came from in code.
- Scratchpad for your thoughts, a playground for your creativity.
- Helps you build amazing packages without the hassle.
- Install npm dependencies that run directly in the browser. No Browserify, Webpack or import maps required.
- Super-fast alternative to Babel for when you can target modern JS runtimes.
- List of hand-picked books and articles for JavaScript developers.