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
file.js
file.js
//modules var stat = require('fs').stat, puts = require('sys').puts; stat('index.html', function(err, s){ if(err) throw err; puts('Modificirano: '+s.mtime); } ); ////// What this TCP script show in console? /////// //Modificirano: Thu Jan 22 2015 00:22:53 GMT+0100 (CET)
Reload page
Preview
W3C validation
Edit Code
JS Console