JavaScript Deep Dives with Wolfram. Since 2015
Inclusive, Test-Driven, Spec-Focused, Collaborative.
Most Popular
2024
#76
Proxy
- Are you mutating the original object?
- Can a proxy setter/getter be async?
hosted by
Check24Erika-Mann-Straße 66, München, Germany
2019
Proxy Object
- What can we proxy?
- How does the handler work
- an async setter
- helper, learning, trying out
2018
Proxies
- Learning about the `new Proxy()`
- What can we do with it?
2017
ES6 - Proxies
- Proxy, for arrays
- proxy functions