logo

Crowdly

Browser

Add to Chrome

Що відбудеться при виконанні такого коду? 'use strict'; function test() {   ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Що відбудеться при виконанні такого коду?

'use strict';

function test() {

  if (true) {

    function inner() {

      return 'inside';

    }

  }

  return typeof inner;

}

console.log(test());
0%
50%
50%
0%
More questions like this

Want instant access to all verified answers on do.ipo.kpi.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome