UNPKG
nagamallesh_node
Version:
latest (0.0.1)
0.0.1
testing of node publish
nagamallesh_node
/
publish.js
12 lines
(9 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
function
f1
(
){
console
.
log
(
"Hi.."
); }
function
f2
(
){
console
.
log
(
"Welcome to.."
); }
function
f3
(
){
console
.
log
(
"Node JS programming.."
); }