Array.prototype.forEach.call(Object.keys(j.files), (item, k) => {
            addTo(nodefiles, "<div>"+j.files[item]+"</div>");
          });