Challenge: Simple Function
Taak
Swipe to start coding
Write a function called messageFunc
that, when called, should print the text "This is a message from the function"
to the console.
- Define a function called
messageFunc
. - Inside the
messageFunc
function, use theconsole.log
statement to output the given text. - Call the
messageFunc
function in the end.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 4. Hoofdstuk 2