logo

Crowdly

Browser

Додати до Chrome

What will be the output of this code? let sayHello = 'Hi there'; const sayGood...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

What will be the output of this code?

let sayHello = 'Hi there';

const sayGoodbye = 'Goodbye';

const speakItalian = () => {

  sayHello = 'Ciao!';

  console.log(sayHello);

  console.log(sayGoodbye);

};

0%
100%
0%
0%
Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на edufs.edu.htl-leonding.ac.at?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome