2023-02-26 01:30
This commit is contained in:
6
getting-started/06_another_module.js
Normal file
6
getting-started/06_another_module.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const person = {
|
||||
age: 34,
|
||||
name: "Steve"
|
||||
};
|
||||
|
||||
module.exports = person;
|
||||
Reference in New Issue
Block a user