return 0;
There are also other ways but this is how I like to write it.
Javascript ☕️📄
Best for beginners
This is also one of my favourite languages out of all the languages I touched the past
year. If I start I am not going to stop talking so let's write the Hello World
Create a [Link] file and put the below code in it.
[Link]("Hello World");
By now you may know I like simple and easy languages. Here the console doesn't
mean by the native command line but the browser inspect window.
Conclusion