I am trying to learn and improve my JavaScript skills.
A very useful tool is firebug, with which I can check various javascript objects.
However, I have a few questions:
Some object names (e.g. jQuery, $, fn, etc.) are displayed in red. Why?
Some other objects have a prototype property that is not in bold. What is it and when is it good or not to use / implement it?
Most functions are shown as "function ()". But there are other functions that are displayed, for example, as "u (M)", "z ()", "B (E)". Why are they different?

thanks
source share