Passionate Frontend Engineer with almost 5 years of experience in building responsive, accessible, scalable, and intuitive web applications. Successfully developed multiple web applications with a proven record of quality-driven work and high contract profitability. Aspire to learn more and create an impact by solving problems and making the web more accessible and user-friendly.
Mentoring
What is functional programming? Functional programming is a programming paradigm where functions are the main building blocks of any program and logics are written inside the functions. This approach abstracts away the idea of how the action should b...

I am sure you must have used loose equals (==) and strict equals (===) in JavaScript while comparing two variables. Have you wondered what is the difference between them? If you think that loose equals (==) compares the value and strict equals (===) ...
