Sha256: 1831ceb83156be2f64636bef4d9f780a3d8772f40df444d21e3d608c57f98016

Contents?: true

Size: 553 Bytes

Versions: 24

Compression:

Stored size: 553 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

24 entries across 24 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/test_files/correct_indexing.js
nilac-0.0.4.3.0 shark/test_files/correct_indexing.js
nilac-0.0.4.2.9 shark/test_files/correct_indexing.js
nilac-0.0.4.2.8 shark/test_files/correct_indexing.js
nilac-0.0.4.2.6 shark/test_files/correct_indexing.js
nilac-0.0.4.2.5 shark/test_files/correct_indexing.js
nilac-0.0.4.2.4 shark/test_files/correct_indexing.js
nilac-0.0.4.2.3 shark/test_files/correct_indexing.js
nilac-0.0.4.2.2 shark/test_files/correct_indexing.js
nilac-0.0.4.2.1 shark/test_files/correct_indexing.js
nilac-0.0.4.2.0 shark/test_files/correct_indexing.js
nilac-0.0.4.1.9 shark/test_files/correct_indexing.js
nilac-0.0.4.1.8 shark/test_files/correct_indexing.js
nilac-0.0.4.1.7 shark/test_files/correct_indexing.js
nilac-0.0.4.1.6 shark/test_files/correct_indexing.js
nilac-0.0.4.1.5 shark/test_files/correct_indexing.js
nilac-0.0.4.1.4 shark/test_files/correct_indexing.js
nilac-0.0.4.1.3 shark/test_files/correct_indexing.js
nilac-0.0.4.1.2 shark/test_files/correct_indexing.js
nilac-0.0.4.1.1 shark/test_files/correct_indexing.js