Overview
Focus on the syntax of the function. We're not discussing ANY arrow functions here. That comes later.
function getWelcomeMessage() {
return "Welcome to JS!"
}
Focus on the syntax of the function. We're not discussing ANY arrow functions here. That comes later.
function getWelcomeMessage() {
return "Welcome to JS!"
}