Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
antoineh1
DATE:
May 5, 2016, 12:46 p.m.
FORMAT:
Text only
SIZE:
440 Bytes
Raw
Download
Tweet
HITS:
755
Go to comments
Report
<script>
function MyObject(){
this.func = function(){
}
this.test = function(){
func();
}
}
var my = new MyObject();
my.test();
</script>
<script>
function MyObject(){
this.func = function(){
}
this.test = function(){
this.func();
}
}
var my = new MyObject();
my.test();
</script>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus