Skip to content

Commit 8968031

Browse files
authored
Added Hello World client script for Hacktoberfest
1 parent 2914895 commit 8968031

File tree

1 file changed

+10
-0
lines changed
  • Client-Side Components/Client Scripts/Hello World Alert

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Title: Hello World Client Script
3+
* Description: A simple client script that shows an alert when the form loads.
4+
* Author: your-github-username
5+
* Category: Client Script
6+
*/
7+
8+
function onLoad() {
9+
alert('Hello, World! This is my first Hacktoberfest contribution 🚀');
10+
}

0 commit comments

Comments
 (0)