nazerke
5/16/2016 - 5:58 AM

refering to function itself inside the function

refering to function itself inside the function

function foo(){
    foo.count = 4; //foo refers to itself
  }