I have a function defined in a JS file.
Test.js
function fillData() { alert("fill"); }
I have loaded the js file in html