JSFiddle - React, Tailwind, and code Playground

by rodrigonery

HTML

<script src="http://yui.yahooapis.com/2.9.0/build/profiler/profiler-min.js"></script>
<script src="http://yui.yahooapis.com/2.9.0/build/yahoo/yahoo.js"></script>

JavaScript

function sayHi(){
    alert("hi");
}

var teste = YAHOO.tool.Profiler.registerFunction("sayHi", window);

alert(teste);