forIn()Runs through all of the properties of an object, executing a function for each property found.
This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 68 times.obj.  The parameters passed are as follows:  (1) value, (2) key, (3) obj and (4) ender function.  The this keyword will contain the number of times the function has been called.  The ender function may be used to immediately stop traversing obj.  Calling the ender function with a true-ish value will instead make the ender function return a boolean value indicating if the ender function has already been called (useful only in a catch or finally clause).false
                          obj should be traversed.  If true all properties will be traversed.fn was called.This function directly requires the following function which is included automatically:
has()This function is directly required by the following functions:
chain()forOf()partialAny()this.