Freemote Logo

Coding Wiki

Most Common Coding Questions

Find answers to popular programming questions and level up your coding skills

Javascript and operator

Learn about the nuances of equality operators in JavaScript.

Answer:

What is the difference between == and === in JavaScript?

javascript
javascript
console.log(5 == '5');
console.log(5 === '5');
Tags:
javascript
☾☾☾
+++++++++
Level Up Your Coding Skills

JavaScript Cheat Sheet

Remember the essentials of 5 different languages, it's free.