2018-02-23T16:21:06Z||2018-02-23T16:21:06Z


for (var prop in window) { 
  if (window.hasOwnProperty(prop)) {
    console.log(prop);
  }
}