<div>hello</div><div>every time I want to use variable,</div><div>do I have to use &quot;define&quot; for global scopeĀ </div><div>and &quot;let&quot; for local scope?</div><div>I can&#39;t use define in function and I have to define body when I using &quot;let&quot;</div>
<div>is there any easy way to use variable? as like other language?</div><div>thanks in advanced</div>