Function declaration and invocation
<div id="anakinSays" class="name, age">
<return>
<p>This is were the fun begins</p>
</return>
</div>function anakinSays(name, age){
return 'This is were the fun begins';
}<h3 id="anakinSays">
<p>Andrea</p>
<p id="19"></p>
</h3>anakinSays('Andrea', 19);Last updated