Challenge: Simple Function
Compito
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.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 4. Capitolo 2