Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Simple Function | Mastering Functions
Introduction to JavaScript

Swipe to show menu

book
Challenge: Simple Function

Task

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 the console.log statement to output the given text.
  • Call the messageFunc function in the end.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 4. ChapterΒ 2
We're sorry to hear that something went wrong. What happened?

Ask AI

expand
ChatGPT

Ask anything or try one of the suggested questions to begin our chat

book
Challenge: Simple Function

Task

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 the console.log statement to output the given text.
  • Call the messageFunc function in the end.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 4. ChapterΒ 2
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt