adityakushwaha.hashnode.devCallbacks in JavaScripthey 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...Mar 2, 2025·2 min read
adityakushwaha.hashnode.devDsa first timeStaring dsa today with the fundamental of computer.Jul 3, 2023·1 min read