Sobes.tech
Junior — Senior

Type conversion of values in JavaScript

livecode

Task condition

Determine what values will result after executing the given expressions, considering the features of logical and string conversions in JavaScript.

console.log(!"true" == !"0"); // ?
console.log("" + null);       // ?