#webdevelopment
Read more stories on Hashnode
Articles with this tag
While using the equality operator in javascript. We usually have two options that are to either use Loose equality (==) or to use Strict equality...
If we take a look at both spread and rest operators they both look the same as they use the same syntax as 3 dots (...) in front of them and because...