Toggle navigation
Genres
Frontend (2)
JavaScript (6)
Database (2)
Linux Server (3)
Web Apps (4)
Misc (4)
Search
List
New Tutorials
Last Modified Tutorials
</>
Code examples
code
smiko
javascript
nodejs
my_modules
module3.js
module3.js
//third way of defining module var exp = module.exports = {} exp.sayHelloInEnglish = function() { return "HELLO"; } //we can define export without module. too module.exports.sayHelloInCroatian = function() { return "ZDRAVO"; }
Reload page
Preview
W3C validation
Edit Code
JS Console