Availability:
:- use_module(library(http/js_write)).
[det]js_call(+Term)//
...
html(script(type('text/javascript'),
[ \js_call('x.y.z'(hello, 42))
]),
:- use_module(library(http/js_write)).
[det]js_call(+Term)//
...
html(script(type('text/javascript'),
[ \js_call('x.y.z'(hello, 42))
]),