JSlang.dev

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

9+
Years Active
81
Meetups Held
798
Tests Written
59 Tests
on: async

Most Popular

2024

May 23, 2024
#72 `this`
  • `function() {}` vs. `() => {}`
  • `this.this`???
    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?