Mohammad TasibWhat Are Callback Functions In JavaScript?A callback is a function that is passed into another function as an argument which can be invoked later inside the function. In JavaScript…Aug 28, 2021Aug 28, 2021
Mohammad TasibWhat is SASS?The full meaning of SASS is a ( Syntactically Awesome Stylesheet ). Designed by Hampton Catlin in 2008 and developed by Natalie Weizenbaum…Jul 12, 2021Jul 12, 2021
Mohammad TasibJavascript Arrow FunctionsFirst of all, I would like to say that the arrow function is the most helpful Arrow functions remove a lot of unnecessary boilerplate code…Jun 30, 2021Jun 30, 2021
Mohammad TasibJavaScript Array Methods are really important.The map() methods create a new array populated with the result of calling a provided function on every element in the calling array.Jun 29, 2021Jun 29, 2021