hey folks let’s understand callbacks in a easy way. we use callbacks to save ourselves from DRY(don’t repeat yourself) problem like we can understand from a example: LIFE BEFORE CALLBACK function square(n){ return n*n; } function cube(n){ r...
adityakushwaha.hashnode.dev2 min readNo responses yet.