Creates a new NodeJS app
هذا الالتزام موجود في:
11
src/app.js
Normal file
11
src/app.js
Normal file
@@ -0,0 +1,11 @@
|
||||
function greet(name) {
|
||||
|
||||
return `Hello, ${name}!`;
|
||||
|
||||
}
|
||||
|
||||
module.export = greet;
|
||||
|
||||
if (require.main === module){
|
||||
console.log(greet("World"))
|
||||
}
|
المرجع في مشكلة جديدة
حظر مستخدم