DEV Community

Discussion on: 7 Killer One-Liners in JavaScript

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀 • Edited

Point 2 is especially true

matchMedia will never be isomorphic, such recommendations appear to be blanket.

globalThis was not the original way to reference global and will still break some browsers unless a global.globalThis = global where global is window nor global, is referred to as a polyfill.

Thread Thread
 
martinpham profile image
Martin Pham

Correct!