I know this is a silly question but I have seen in a lot of places the below statement:
something.apply(this, arguments)
Can someone please exp
apply() is method of javascript Function.
See the documentation of apply(). This a very good explanation.