UNPKG
scott-happy-birthday
Version:
latest (0.1.2)
0.1.2
0.1.1
Scott says happy birthday
scott-happy-birthday
/
scott_happy_birthday.js
7 lines
(4 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
happyBirthday
(
){
console
.
log
(
'Happy Birthday! \n --Love, Scott Blanch'
); }
exports
.
happyBirthday
= happyBirthday;