Recreate the same type of object
As per the Image Im trying to recreat that type of Object . Chrome Dev tools
Console.log(TabPanel)
Gives me the return on the object but what I don't understand is how the function name
TabPanel : f TabPanel()
follows the f symbol in the log .
How can I recreate that type of object with a simple example I have tried to use constructors and prototypes . I'm not sure how they achieved this
