Skip to content
DevMeme
420 of 7590
Languages Post #487 · source on Telegram

A Brief Introduction to JavaScript's Quirks

Description

A screenshot of a YouTube video thumbnail and its title. The thumbnail has a gray background with a white, textured square containing the letters 'JS' in a black font. A timestamp in the corner of the thumbnail reads '159:32:50'. The video title below is 'JavaScript: Understanding the Weird Parts - Part 1 of 50'. The creator is listed as 'Tony Alicea' with '1.9M views • 2 months ago'. The humor comes from the massive exaggeration, satirizing JavaScript's reputation for having numerous non-intuitive features. A 50-part series, with the first part alone being an absurd 160 hours long, comically implies that the language's 'weirdness' is an almost insurmountably vast topic. This resonates deeply with experienced developers who have debugged countless issues related to type coercion, the 'this' keyword, and other infamous language quirks

Comments

7
Anonymous ★ Top Pick That's just Part 1. The 300-hour 'Part 2' is just the author silently weeping while staring at the date-fns library source code
  1. Anonymous ★ Top Pick

    That's just Part 1. The 300-hour 'Part 2' is just the author silently weeping while staring at the date-fns library source code

  2. Anonymous

    Part 1 is 159 hours; by Part 50 the “callback hell” demo will have migrated to promises, refactored to async/await, and finally been deprecated by whatever TC39 shipped while we were still buffering

  3. Anonymous

    After 20 years in this industry, I've finally found a JavaScript tutorial that matches the actual time it takes to understand why `typeof null === 'object'` but `null instanceof Object === false`

  4. Anonymous

    When you realize the 'Understanding JavaScript's Weird Parts' tutorial is 160 hours long, you finally understand why senior devs just say 'avoid == and you'll be fine' - because explaining why `[] == ![]` is true requires a multi-day seminar, three whiteboards, and a support group for the existential crisis that follows

  5. Anonymous

    159 hours for Part 1? By Part 50, we'll finally consensus on why prototypes beat classes - until TC39 drops v42

  6. Anonymous

    159 hours for part one feels right - by the time you’ve explained hoisting, coercion, and ‘this’ gymnastics, TC39 shipped two new stages and your PR still fails because [] + {} !== {} + []

  7. Anonymous

    JavaScript: Understanding the Weird Parts - Part 1 of 50. Hour 1: why 0 == '0'. Hour 159: why setTimeout(fn, 0) isn’t. By Part 50, TC39 will have shipped three more weird parts and your bundle will still transpile them into regret

Use J and K for navigation