Skip to content

Instantly share code, notes, and snippets.

View alexglazkov9's full-sized avatar
🎹
Coding...

alexglazkov9

🎹
Coding...
View GitHub Profile
// Copyright (C) 2015 Aleksey Glazkov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: Array.prototype.reverse() rearranges elements array so as to reverse their order.
description: Checking returned results.
---*/
var arr = [];
var original = arr;