mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-12 03:15:12 +00:00
Initial commit 🚀
This commit is contained in:
3
2-how-node-works/final/test-module-3.js
Normal file
3
2-how-node-works/final/test-module-3.js
Normal file
@@ -0,0 +1,3 @@
|
||||
console.log("Hello from the module");
|
||||
|
||||
module.exports = () => console.log("Log this beautiful text 😍");
|
||||
Reference in New Issue
Block a user