mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-11 19:14:26 +00:00
Initial commit 🚀
This commit is contained in:
3
2-how-node-works/final/test-module-2.js
Normal file
3
2-how-node-works/final/test-module-2.js
Normal file
@@ -0,0 +1,3 @@
|
||||
exports.add = (a, b) => a + b;
|
||||
exports.multiply = (a, b) => a * b;
|
||||
exports.divide = (a, b) => a / b;
|
||||
Reference in New Issue
Block a user