Sha256: 8329d6c82f3c60ec64fa2dfd62e5bb455cd7c0570205171a7823ffabf9bcb0b6
Contents?: true
Size: 438 Bytes
Versions: 13
Compression:
Stored size: 438 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
13 entries across 13 versions & 1 rubygems