Created
April 29, 2022 22:41
-
-
Save gilbertoalbino/3f0645dc96fd60a7395b89856fd603a1 to your computer and use it in GitHub Desktop.
Arquivo Node.JS é uma função
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// function (exports, module, require, __filename, __dirname) { | |
let nome = 'Gilberto Albino' | |
console.log(arguments) | |
// return module.exports | |
//}(module.exports) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment