1.Affects the object in called function only
2. Affects the object in prototype only
3.Affects the object in caller function
4.Affects the object only if mentioned with & symbol with every call
Answer:3