rem’s avatarrem’s Twitter Archive—№ 52,736

  1. RT jwhitfieldseed: toddhalfpenny rem it prevents reassigning (no const x = 10; x = 20), but doesn't freeze (const x = {}; x.y = z is OK)