Challenge: Simple Function
Opgave
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.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 4. Kapitel 2