rem’s avatarrem’s Twitter Archive—№ 68,266

  1. Pop quiz, what's returned? prop = { b: true }; return prop.a || prop.b || prop.c ? 1 : 0