MCQ
Which function creates a new function with a specific 'this' context?
Explanation
call(), apply(), and bind() all allow setting the 'this' context.