MCQ
Which function creates a new function with a specific 'this' context?
JavaScript
A call()
B apply()
C bind()
D All of the above
Explanation

call(), apply(), and bind() all allow setting the 'this' context.