Core Description
  
  
    
    Function removeByValue
  array|object removeByValue(array|object a_object, mixed a_value)
   Removes an element by a_value from a_object 
  
  
      Source file
      
       fcf:fcf.js 
      
  
  
      Namespace
      
       fcf 
      
  
  
  
      Arguments:
      
        
          array|object a_object - Modifiable object or array
        
          mixed a_value - The value of the item to remove
        
      
  
  
    Return value:
    
    
    array|object
    
    Returns the passed object