JavaScript Operators: The Basics You Need to Know
JavaScript Operators: The Basics You Need to Know
Imagine you have two numbers.
let a = 10;
let b = 5;
Now you want to add them.
Or compare them.
Or check if both conditions are true.
How JavaScript
swasti.hashnode.dev5 min read