
🤯 Weird JS (#1)
JavaScript is a "dynamically typed" language, meaning that it exists data types, but variables are not bound to any of them. Because of that, when we perform operations such as comparison or arithmetic operations where the types are not the same we w...
Jun 17, 20213 min read


