Why can't we have asynchronous callback function in useEffect()Async calls in javascript can help us in API calls and fetching data from server, but why is it we can't use async calls with useEffect like shown below: useEffect( async () => { // api call or data fetch }, []) // It gives an ERROR... We can not ...Mar 22, 2023·1 min read
Beginner& Intermediate Friendly JavaScripts ProjectsThis article will feature some of the beginner and intermediate level of Javascript projects that I have built.Dec 5, 2022·4 min read
Class, Class Methods and Inheritance of ClassBreifly discussing about classes and its methods in JavaScriptNov 3, 2022·3 min read
Objects and it's Methods in JavascriptIn JavaScript, almost "everything" is an object.Nov 3, 2022·4 min read
Javascript Interview CheatsheetImportant and basics concepts in Javascript which can help in preparation for interviews.Nov 1, 2022·7 min read
Var, Let & Const Difference in JavaScriptIn, this article I will cover the differences in declaration keywords in JavaScriptOct 20, 2022·5 min read
Arrays & it's method in JavaScriptIn-depth knowledge on array, its properties and methodsOct 1, 2022·7 min read