In my JS script (inside a simple html page) I have an Object which I print with console.log(subs)
.
In Dev Console I see that subs
is:
> Object { topic: "hgm_giuse/#", qos: 2 }
But If click on the arrow on the left to expand the object I see this:
{…}
qos: 128
topic: "hgm_giuse/#"
<prototype>: Object { … }
Whre that "128" comes from?