JSlang.dev

JavaScript Deep Dives with Wolfram. Since 2015
Inclusive, Test-Driven, Spec-Focused, Collaborative.

9+
Years Active
81
Meetups Held
798
Tests Written
69 Tests
on: promise

Most Popular

2024

August 13, 2024
#74 Reflect
  • what does define/deleteProperty do?
  • we can not unfreeze a frozen object using Reflect
  • Trying to unfreeze an object
April 29, 2024
#71 All about functions
  • Order of execution of nested functions
  • Function names
  • Can we write a getter for fn.bind()?
  • Can we use `this` inside any function?
March 21, 2024
#70 Prototype
  • creating a bare object give it prototype
  • is there a minimum prototype
  • clarifications
  • the prototype

2020

March 26, 2020
ES6: Reflect - (REMOTE)
  • Create an object using `Reflect`
  • Override properties using Reflect
  • Object vs. Reflect
  • Work with a frozen object