DEV Community

Discussion on: Defining Functions

Collapse
 
shaunie2fly profile image
Shaun

Nice explanation ;-).

You have a small typo in one of the code examples :-)

const goodbye = function bye( ) {
console.log(‘Bye World’);
};