Loading

Quipoin Menu

Learn • Practice • Grow

node-js / Creating Custom Modules
exercise
1/5
Exercise 1Node-js
Question

Create a custom module named 'logger.js' that exports a function log(message) which prints a timestamped message.