Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What is wrong with the code snippet provided?
const greeting = => {
console.log('Hello Programmer!');
};
The ordering of = and => should be switched.
The function expression cannot be declared with a const keyword.
The curly braces {} should be parentheses ().
The greeting function is missing a set of () between the = and =>.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!