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