not just pixels (@getifyx) 's Twitter Profile
not just pixels

@getifyx

what are we even talking about?

ID: 16686076

calendar_today10-10-2008 17:27:28

112,112K Tweet

74,74K Takipçi

82 Takip Edilen

not just pixels (@getifyx) 's Twitter Profile Photo

(thread: 1/8) A lot of people avoid using == in JavaScript because it's painted as unsafe. Eh. Seems many don't realize that if two compared values are of the same type, the == is identical to ===, so totally safe (and one less character!). So...