Widget Button to HTML/Javascript Console Log

Hello Guys,

I have a question, I have been finding the answer over the internet but I couldn’t get one.
Is it possible to execute javascript in the Widget Button Blueprint ?

I saw there is “Execute Javascript” Node, but i couldn’t find it.

I just want to do call javascript that i wrote into the root HTML.

Let say this is the code,

function callconsole(){
      console.log("Hello World")
}

I would like to call that javascript function from the widget button.

Many Thanks in Advance!