JavaScript Operators: The Basics You Need to Know
If you've just started learning JavaScript, you've already used operators — maybe without realising it. Every time you write 2 + 2 or check if (x === 5), you're using operators.
In this article, we'll
cyd3er.hashnode.dev10 min read