Default implementation of the Element interface.
Represents a DOM element in the browser.
Applies a JavaScript function to the element and returns the result. The given js_function string should accept the js element as parameter, and can be a arrow function, or function declaration.