Hello world in JS!

javascript Apr 19, 2020

What should I say about Javascript? It's just trending all over the world!! I don't think there's anyone who does not want to get their hands dirty with Javascript.
Speaking of which, I guess you're also here because of that right?

Let's just get started with the code right now !

Photo by Bharat Patil / Unsplash

Hello world in javascript.
function helloWord() {
	console.log(`Hello world`);
}

helloWorld();
Hello world in JS.

There you go that was this simple !!
Don't forget to subscribe.

Tags

test ghost

This is a test user just to check, how the bio works.