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

Version Path
nilac-0.0.4.3.3 shark/test_files/correct_regular_if.js
nilac-0.0.4.3.0 shark/test_files/correct_regular_if.js
nilac-0.0.4.2.9 shark/test_files/correct_regular_if.js
nilac-0.0.4.2.8 shark/test_files/correct_regular_if.js