UNPKG
node-training-edu
Version:
latest (2.5.0)
2.5.0
Training with nodejs
node-training-edu
/
name.js
10 lines
(8 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= {
a
:
function
(
) {
console
.
log
(
'My name is Edu'
); },
b
:
function
(
) {
console
.
log
(
'My name is Ceci'
); } };