While I was doing a test I came across below function. can someone describe this f and g status. Is there any special scenarios we have to use this.
var f = function g(){ return "confused"; };
While I was doing a test I came across below function. can someone describe this f and g status. Is there any special scenarios we have to use this.
var f = function g(){ return "confused"; };