https://github.com/codeadamca/javascript-hello-world
A sample JavaScript which displays a "Hello World" message when a button is clicked.
https://github.com/codeadamca/javascript-hello-world
hello-world javascript learning-code
Last synced: about 2 months ago
JSON representation
A sample JavaScript which displays a "Hello World" message when a button is clicked.
- Host: GitHub
- URL: https://github.com/codeadamca/javascript-hello-world
- Owner: codeadamca
- Created: 2021-01-10T21:59:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:23:37.000Z (5 months ago)
- Last Synced: 2025-03-31T07:18:34.905Z (3 months ago)
- Topics: hello-world, javascript, learning-code
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Hello World
JavaScript is a scripting computer programming language commonly used to create interactive effects within web browsers.
This sample file will display a "Hello World!" message when the button is clicked.
## Steps
1. Create a new HTML file and name it hello-world.html.
2. Add the following HTML:```javascript
JavaScript Hello World!
JavaScript Hello World!
Clck Me
```3. Save the file and test in a browser.
4. Try uploading this file to your hosting and then test it using your domain name. It will look something like this:
```
http://www.domain.com/folder/hello-world.html
```> Full tutorial URL:
> https://codeadam.ca/learning/javascript-hello-world.html***
## Repo Resources
* [Visual Studio Code](https://code.visualstudio.com/) or [Brackets](http://brackets.io/) (or any code editor)
* [Filezilla](https://filezilla-project.org/) (or any FTP program)
* [W3Schools - JavaScript](https://www.w3schools.com/js/)