nastajus / js-weird-gaps

a place to experiment with the weirder parts of js...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

there are weird bits to vanilla javascript, that influence how later usages of say typescript in angular work, so this is a playground of sorts to explore those elements, specifically related to js.

  1. callbacks
    • how asyncronous coding changed over the years in js, and why (good video)
  2. importing
    • import, require, and 'in-html'... and possibly other tooling (bower? gulp?)
  3. oop
    • --> 'classes' in js, the 'new' keyword, and chaining with 'this'. -- all in one bonanza!

About

a place to experiment with the weirder parts of js...


Languages

Language:HTML 74.4%Language:JavaScript 25.6%