JSFiddle - React, Tailwind, and code Playground

by rwaldron

JavaScript

$.getScript("http://documentcloud.github.com/underscore/underscore-min.js", function(data) {
  
  $('body').append('Completed! ');
    
  $('body').append( typeof _ ); // _ is an underscore and it's a function. expect: "function"

});