JSFiddle - React, Tailwind, and code Playground

by Znarkus

JavaScript

window.__jQueryYouTubeChannelReceiveData = function(r) {
    $.each(r.feed.entry, function () {
        console.log(this);
    });
}



$.getScript("http://gdata.youtube.com/feeds/base/users/" + 'peterhellman' + "/uploads?alt=json-in-script&callback=__jQueryYouTubeChannelReceiveData");