Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Arguably
this
would be better because ifspread
was called in a different context (viabind
,call
,apply
, or by placing it on an object) one might WANTthis
to point to the context. Withnull
, there is no way to set the context offunc
from outside.I just think that the question doesn't care about strict or non-strict mode.So,let's assume the function is in non-strict mode ,then null and this are equal 'cause they all point to global object (non-strict mode). And the null is just cool !
This comment is hidden because it contains spoiler information about the solution