Skip to content

Commit 5c8e245

Browse files
author
tanveer_ulhaq
committed
Implement Hello World in javascript
1 parent 7a753e6 commit 5c8e245

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

01-Hello-World/hello-world.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
function helloWorld(){
3+
document.write('Hello, World!');
4+
}
5+
helloWorld()

0 commit comments

Comments
 (0)