From ef190e8af8ba93c83971f164869648d629f50514 Mon Sep 17 00:00:00 2001 From: Maciej B Date: Sat, 6 Oct 2018 13:35:56 +0200 Subject: [PATCH] JavaScript - alert (#54) * JavaScript hello - popup (alert) * Added my organization account in credits --- Javascript/alert.js | 1 + README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 Javascript/alert.js diff --git a/Javascript/alert.js b/Javascript/alert.js new file mode 100644 index 0000000..63e50e2 --- /dev/null +++ b/Javascript/alert.js @@ -0,0 +1 @@ +alert("Hello World!"); \ No newline at end of file diff --git a/README.md b/README.md index ce94f75..a96ae49 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,4 @@ Feel free to add your username here :) * [Octamois](https://github.com/octamois) * [kkneville](https://github.com/kkneville) * [geetesh-gupta](https://github.com/geetesh-gupta) +* [HQAPPZ](https://github.com/hqappz)