DEV Community

Discussion on: 4 ways to Compare Strings in JavaScript

Collapse
 
coderslang profile image
Coderslang: Become a Software Engineer • Edited

Your point makes sense, but for the total beginners, it's important to know that strict equality isn't the only way to compare two strings in JS.

And I wrote another article on the common string operations in JS