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