sentience’s avatarsentience’s Twitter Archive—№ 17,487

  1. RT dan_abramov: These two snippets are different: // 1 obj.method(); // 2 var method = obj.method; method(); Learn why and you’ll under…