Sha256: d64485e6f6ccd93ecdf08933a72ecc14097318b0d5262e1678ebab5f8c45eb3f

Contents?: true

Size: 525 Bytes

Versions: 2

Compression:

Stored size: 525 Bytes

Contents

//Written using Nila. Visit http://adhithyan15.github.io/nila
(function() {
  var _i, _j, a;

  a = 5;

  for (_i = 0, _j = 10; _i < _j; _i += 1) {
    (function(n) {
      console.log("The number is " + (a+n) + "");
    }(_i));
  }

  for (_i = 0, _j = 10; _i < _j; _i += 1) {
    console.log("Hello");
  }

  for (_i = 0, _j = 10; _i < _j; _i += 1) {
    (function(n) {
      console.log("The number is " + (n));
      console.log("Twice the number is " + (2*n) + "");
    }(_i));
  }

}).call(this);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/test_files/correct_times.js
nilac-0.0.4.3.0 shark/test_files/correct_times.js