sentience’s avatarsentience’s Twitter Archive—№ 11,656

  1. On error-proof code style, does Crockford advocate if (1 === a) instead of if (a === 1) to guard against accidentally using = ? #WDS12