passing value from HTL to JS
for example in HTL i can access the element using ${ } but how can access the same in js file
i.e html file- ${geo.location} -> this I can easily get location variable in html file
the question is how can I achieve the ${geo.location} inside script tag in the same html itself