I am having trouble in adding JavaScript variable in HTML tag as code is written below and i want reult as Hello world or u cansay that js var + html content
Html code :
<div class ="box" >user</div>
Javascript code :
<script>
var one = "Hello";
</script>
result should be like this =>Hello user