Aisha Wahab O.
1 min readDec 24, 2023

Hello World!

Of course, if you are familiar with coding, you should be able to relate. Today, I did my "Hello World" for Javascript.

console.log("Hello World")

The ultimate goal of every code is to solve human problems. You don't just write codes without a purpose. For instance, the YouTube app was created essentially to facilitate video communication, be it for information, entertainment or education, WhatsApp for chats, etc.

I attempted printing my "Hello World" and learnt that whatever we write needs to be converted into machine code and for that, we need software with a compiler and interpreter. In this case, the Javascript engine. When present in your system, it turns your Javascript into a machine code.

This language, Javascript, will henceforth be learnt on a console with the use of a terminal (command prompt). The Javascript will run on the operating system, OS, through the software called node.js.

This is only just the beginning!

Aisha Wahab O.
Aisha Wahab O.

Written by Aisha Wahab O.

I currently write on JavaScript. .

Responses (2)