Method removePrivateProp documentation

Returns an object with the original objects' properties starting with an alphanumeric character.

Example

```javascript bbn.fn.removePrivateProp({ _bbn_timestamp: 1587269593987, name: "Wonka", fname: "Willy" }); // {name: "Wonka", fname: "Willy"} ```

Returns an object with the original objects' properties starting with an alphanumeric character. - It is presumed that external libraries, bbn variables use prefixes such as _ or $ for naming private properties; this returns a new object purged from these properties. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.