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

Version Path
nilac-0.0.4.2.6 shark/test_files/correct_regular_if.js
nilac-0.0.4.2.5 shark/test_files/correct_regular_if.js
nilac-0.0.4.2.4 shark/test_files/correct_regular_if.js
nilac-0.0.4.2.3 shark/test_files/correct_regular_if.js
nilac-0.0.4.2.2 shark/test_files/correct_regular_if.js
nilac-0.0.4.2.1 shark/test_files/correct_regular_if.js
nilac-0.0.4.2.0 shark/test_files/correct_regular_if.js
nilac-0.0.4.1.9 shark/test_files/correct_regular_if.js
nilac-0.0.4.1.8 shark/test_files/correct_regular_if.js
nilac-0.0.4.1.7 shark/test_files/correct_regular_if.js
nilac-0.0.4.1.6 shark/test_files/correct_regular_if.js
nilac-0.0.4.1.5 shark/test_files/correct_regular_if.js
nilac-0.0.4.1.4 shark/test_files/correct_regular_if.js