Hello world in JS!
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 !
Hello world in javascript.
function helloWord() {
console.log(`Hello world`);
}
helloWorld();There you go that was this simple !!
Don't forget to subscribe.