Hacktoberfest
Hacktoberfest copied to clipboard
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world prog...
DATE Change
I've added a home page to the web development folder, in which, when you click on the home button it redirects you to a whole new page called home.
Added a "Hello World" in JavaScript.
Add a script to the `Languages` directory in any language of your choice! Here is an example: ``` // LANGUAGE: Javascript // ENV: Node.js // AUTHOR: // GITHUB: console.log('Hello, World!');...