We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2914895 commit 8968031Copy full SHA for 8968031
1 file changed
Client-Side Components/Client Scripts/Hello World Alert/HelloWorld.js
@@ -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