logo

Crowdly

Kaj se po klicu spodnje funkcije izpiše v konzoli? console.clear(); cons...

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

Kaj se po klicu spodnje funkcije izpiše v konzoli?

console.clear();

const polje = ['Zapis'

];

function

Izpis(indeks) {

indeks

= indeks + 4

;

if (typeof indeks === 'number' && polje[indeks] !== undefined

) {

indeks

= indeks + 3

;

}

else

{

indeks

= indeks - 3

;

}

console.log(indeks);

}

Izpis(0);

More questions like this

Want instant access to all verified answers on estudij.um.si?

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