UNPKG
sahithi_mern
Version:
latest (1.0.0)
1.0.0
greetings module
github.com/sahithimynam/first
sahithimynam/first
sahithi_mern
/
exp.js
4 lines
•
57 B
JavaScript
View Raw
1
2
3
4
function
hello
(){ console
.log
(`hello`); }
hello
();