I have the below code:
<a href="#">launch</a>
and I have the value which is to be substituted in the place of '#' received from a function call in Javascript. Let's say the value is 'www.google.com' and is stored in the variable abc
in the function url();
.
Is there any way I can replace the '#' dynamically with the variable value from the function?
Please do help me out. Many thanks!