petrovicstefanrs / 30_seconds_of_knowledge

Google Chrome Extension that lets you gain new developer skills, every time you open a New Tab.
https://30secondsofknowledge.com/
MIT License
942 stars 121 forks source link

improve answer to JS bind interview question #46

Closed meeh0w closed 5 years ago

meeh0w commented 5 years ago

I noticed that bind implementation in this answer is missing the ability to also bind initial arguments to the function call. Added those.

petrovicstefanrs commented 5 years ago

@meeh0w Nice catch! Merged.