Sha256: b209077939d15afa276c0b3315a3801a7492996f52575459cef1f5e76cd0336e

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

(function(){
  var backwards;
  backwards = function backwards() {
    arguments = Array.prototype.slice.call(arguments, 0);
    return alert(arguments.reverse());
  };
  backwards("stairway", "to", "heaven");
})();

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
haml-more-0.5.1 vendor/coffee-script/documentation/js/arguments.js
haml-more-0.5.0 vendor/coffee-script/documentation/js/arguments.js
haml-more-0.4.0 vendor/coffee-script/documentation/js/arguments.js
haml-more-0.4.0.d vendor/coffee-script/documentation/js/arguments.js