This commit is contained in:
Kameron Kenny 2019-06-25 12:37:46 -04:00
parent 9cfcb3e2de
commit 143e0c95e9
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
var punches, punchList, listLength, object;
console.log(version);
function isItArray(object) {
console.log(`is ${object} Array = ${Array.isArray(object)}`);
// return Array.isArray(object);

View File

@ -1,4 +1,4 @@
var version = "0.5.143",
var version = "0.5.148",
debug = false,
jsonUrl = 'https://api.myjson.com/bins/dyaht',
showDone = false,