I am confused, can somebody guide, in javascript, if prototype property of Function object (Function.prototype) doesn't have a prototype property then, how come a user defined function, automatically have its prototype property. like
function f(){
}
f.prototype.
Thanks