SyntaxFix
Write A Post
Hire A Developer
Questions
const getData = () => { // some functionality } const that = this; setTimeout(() => { // write your functions that.getData() },6000);
Simple, Settimout function get triggered after 6000 milliseonds