Sha256: 60a4a61ba3b6a23a95d39d97067f87c90dfec0dee7a0ead4ff5f4c498de50ccf
Contents?: true
Size: 436 Bytes
Versions: 4
Compression:
Stored size: 436 Bytes
Contents
//Written using Nila. Visit http://adhithyan15.github.io/nila (function() { if (visitor_present) { //This file is for demonstration purpose. It doesn't really achieve anything if (active || happy) { console.log("Hello Wonderful Visitor!"); } else if (idle && not_engaged) { console.log("Hello Visitor! It is time to engage!"); } else { console.log("Hello user!"); } } }).call(this);
Version data entries
4 entries across 4 versions & 1 rubygems