JS Coding Questions Logo
JS Coding Questions
#59🎯 Exercise💻 Code

JavaScript Coding Exercise 59

Advertisement

728x90
javascript
1getMessage();
2
3var getMessage = () => {
4
5console.log("Good morning");
6};

Choose the correct output:

A
Good morning
B
getMessage is not a function
C
getMessage is not defined
D
Undefined

Advertisement

Responsive Ad
59of86