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
module1.js
module1.js
//first way of defining module module.exports = { sayHelloInEnglish: function() { return "HELLO"; }, sayHelloInCroatian: function() { console.log('ZDRAVO from console log!'); return "ZDRAVO"; } }
Reload page
Preview
W3C validation
Edit Code
JS Console