DEV Community

Discussion on: WTF is the DOM?

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Great question!

  • That not all requests are async
  • Object.assign actually assigns not copies
  • semicolons should be used.
  • loops and blocks can be labelled

I have written a lot of posts lately about wierd bits I thought I knew.