I'm looking for a type of string which triggers a command or javascript code w I try in my nodejs code something like these two
var x="<script>error: ${console.log('hi')}</script>"
or
var x="<script>error: ${reboot}</script>"
but they din't work. Is this possible at all or I'm wasting my time? Thanks