Custom implementation for method bind in JavaScript
Aug 14, 2022
Nobody needs it during work, but somebody could need it for an interview.
I think such tasks should contain a FULL custom solution as the best one:
I would not use a solution with call
or apply
for an interview, but it is a popular and simple one.