Recreate a Similar Object
I am attempting to recreate an object similar to the one shown in the image using Chrome Dev Tools.
Console.log(TabPanel)
displays information about the object, but I'm confused by how the function name is displayed as
TabPanel : f TabPanel()with the f symbol.
I have tried using constructors and prototypes to recreate this type of object, but I haven't been successful. I am unsure how they achieved this unique display.