Hacker News new | ask | show | jobs
by Troll_Whisperer 5442 days ago
What does it mean when a ! is followed by a double equals? Is !== different from != in netspeak?
1 comments

Strict equals - it doesn't cast types.

Programming distinction, and no idea why the author used that. Mostly the same meaning though, for conversational purposes.