Create Account

Hello, World!

Welcome to the first tutorial. In this tutorial, you will learn how to write your first line of code.

JavaScript is a powerful language that can be used in any web browser around the world. Additionally, it can also be used to write server-side code using node.js.

When utilizing JavaScript within a browser, we have the ability to modify the appearance and behavior of a webpage. However, in this tutorial, our main focus will be on learning the language itself. Therefore, we will only utilize one function called 'console.log' to display our results.

Exercise:

To complete the exercise, you need to print the sentence 'Hello, World!' to the console."