Skip to content

Instantly share code, notes, and snippets.

View joshhendo's full-sized avatar

Josh Henderson joshhendo

  • Sydney, Australia
View GitHub Profile
<!DOCTYPE html>
<html>
<body>
<script>
function _toConsumableArray(arr) {
if (Array.isArray(arr)) {
for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) {
arr2[i] = arr[i];
}
return arr2;