inDepth.dev
  • Our Manifesto
Subscribe
Tagged

Proxy

A collection of 1 post

Getting Started with Modern JavaScript — Proxy
javascript

Getting Started with Modern JavaScript — Proxy

JavaScript proxies were introduced in 2015 with ECMAScript 6. They allow us to intercept and override operations such as object property lookup and assignment. A Proxy object wraps another object and acts as a middleman.

  • Michael Karén
Michael Karén Oct 15, 2020 • 3 min read
inDepth.dev © 2023
Powered by Ghost