Challenge: Simple Function
Tâche
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.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 4. Chapitre 2