Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
Sunday, January 30, 2011
A Kind Of Inheritance
<script>
function Holla() {}
Holla.greeting = Holla.prototype.greeting(msg){
alert(msg);
};
var me = new Holla();
me.greeting('Good Morning!');
</script>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment