0% found this document useful (0 votes)
2 views1 page

JavaScript Hello World Guide

The document discusses the author's preference for JavaScript as a beginner-friendly programming language. It provides a simple example of creating a 'Hello World' program using console.log. The author emphasizes the ease of use and simplicity of the language.

Uploaded by

davcat002
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

JavaScript Hello World Guide

The document discusses the author's preference for JavaScript as a beginner-friendly programming language. It provides a simple example of creating a 'Hello World' program using console.log. The author emphasizes the ease of use and simplicity of the language.

Uploaded by

davcat002
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like