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
module2.js
module2.js
//second way of defining module module.exports.sayHelloInEnglish = function() { return "HELLO"; } //we can define export without module. too exports.sayHelloInCroatian = function() { return "ZDRAVO"; }
Reload page
Preview
W3C validation
Edit Code
JS Console