ndw’s avatarndw’s Twitter Archive—№ 34,395

  1. I've now seen a couple of JavaScript functions that begin "var x = this" and then proceed to use "x instanceof Y" and "x.a = b" etc. What is that about?