Skip to content

Instantly share code, notes, and snippets.

View StevenZhang123's full-sized avatar

Hongcheng Zhang StevenZhang123

View GitHub Profile
//tester.js
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: |
The elements of the array are rearranged so as to reverse their order.
The object is returned as the result of the call
esid: sec-array.prototype.reverse
es5id: 15.4.4.8_A1_T1