5 ms·
What does it mean when a ! is followed by a double equals? Is !== different from != in netspeak?
by Troll_Whisperer 15y ago
What does it mean when a ! is followed by a double equals? Is !== different from != in netspeak?
- smarterchild 15y agoStrict equals - it doesn't cast types. Programming distinction, and no idea why the author used that. Mostly the same meaning though, for conversational purposes.