GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Thursday, January 27, 2011
Confusing Syntax
<h1>Execute Directly</h1>
<div id="satu"></div>
<script>
var po = (function(){
var satu = document.getElementById('satu');
satu.innerHTML = 'Hello, Indonesia';
})(po);
// or without 'po', it will be also run normally
</script>
Confusing Syntax
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment