Jun 27, 2024
defer
attribute allows placing in head by deferring execution until DOM is parsed.content-box
(default, excludes margin and border) and border-box
(includes margin and border).typeof
operator returns 'function' for classes.await
, restarted after resolution from the same line.const isIntersecting = (x0, y0, r0, x1, y1, r1) =>
Math.hypot(x1 - x0, y1 - y0) < (r0 + r1);