✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яким буде результат (без використання "use strict") (function(){var a = b = 3;})();console.log("a defined? " + (typeof a !== 'undefined'));console.log("b defined? " + (typeof b !== 'undefined'));