Sha256: 6112031a0e64712f6d51dfda691652e281a5fbd42f69bb737567cdb774ab7099

Contents?: true

Size: 527 Bytes

Versions: 13

Compression:

Stored size: 527 Bytes

Contents

//Written using Nila. Visit http://adhithyan15.github.io/nila
(function() {
  var copy, first_name, last, middle, name, name_copy, numbers, second_name, start;

  numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9];

  start = numbers.slice(0,2+1);

  middle = numbers.slice(3,6);

  last = numbers.slice(6);

  copy = numbers.slice(0);

  copy = numbers.slice(0);

  name = "Adhithya Rajasekaran";

  first_name = name.slice(0,7+1);

  second_name = name.slice(9);

  name_copy = name.slice(0);

  name_copy = name.slice(0);

}).call(this);

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.7.1 shark/test_files/correct_indexing.js
nilac-0.0.4.3.9.7 shark/test_files/correct_indexing.js
nilac-0.0.4.3.9.6 shark/test_files/correct_indexing.js
nilac-0.0.4.3.9.5 shark/test_files/correct_indexing.js
nilac-0.0.4.3.9.4 shark/test_files/correct_indexing.js
nilac-0.0.4.3.9.3 shark/test_files/correct_indexing.js
nilac-0.0.4.3.9.2 shark/test_files/correct_indexing.js
nilac-0.0.4.3.9.1 shark/test_files/correct_indexing.js
nilac-0.0.4.3.9 shark/test_files/correct_indexing.js
nilac-0.0.4.3.8 shark/test_files/correct_indexing.js
nilac-0.0.4.3.7 shark/test_files/correct_indexing.js
nilac-0.0.4.3.6 shark/test_files/correct_indexing.js
nilac-0.0.4.3.4 shark/test_files/correct_indexing.js