I am doing a project for a client where I am getting my first real heavy, hands-on exposure with Javascript.
Since I have learned about adding .bind(this to callback functions, I find I am doing it everywhere, and I wonder whether it is excessive and whether it's good practice, or whether I am structuring my code badly.
Is it normal to have .bind(this) on nearly every callback?
bind(this)is a lanugage-smell, that's it's jank and broken and definitely not worthy of its nomination for "universally runnable language" lol