Tag: Tips and Tricks
JavaScript Tips and Tricks
It’s all about javascript cool tips and tricks which help day-to-day programming and reduce the time of the developer. 1. Use == instead of === == only check Equality and === check Equality as well as type. [1]…
Read More »