diff --git a/app.js b/app.js
new file mode 100644
index 0000000..3de5455
--- /dev/null
+++ b/app.js
@@ -0,0 +1,12 @@
+var username = "my name"
+var message = 'hello would'
+alert('jhone Doe')
+alert('15 year old')
+alert('certified mobile application devalopment')
+alert('PLZZA\rPLZZ\rPLZ\rPL\rP')
+var email = 'My email address is example@example.com'
+alert(email)
+var book = 'A smarter\rway to learn javascript'
+alert('I am trying to learn from the book ' + book)
+var text = 'Yah! I can write HTML conrtent throught javascript'
+document.write(text)
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..fd6d775
--- /dev/null
+++ b/index.html
@@ -0,0 +1,23 @@
+
+
+