MCQ
What is the purpose of the `bind()` method?
Explanation
bind() creates a new function with a specified 'this' context and optional arguments.