SyntaxFix
Write A Post
Hire A Developer
Questions
There's no need for bind(this) when you are using arrow functions:
bind(this)
setTimeout( ()=> { // some code }, 500)