JavaScript Operators: The Basics You Need to Know
In the previous article, we learned how to store information using variables. But learning how to store information is only the first step in our programming journey.
If we write:
let a = 10;
let b =
chiragjaipal.hashnode.dev9 min read