38 followers
I'm Kaarthik a 20 year old undergrad student currently studying web development and design for the past 7 months. As I've grown as a developer I've had the opportunity to create memorable products.
What is functions ? Functions are used when we want to repeat a particular action many number times ie: reusable code. JavaScript Function...
I’ve been wanted to do a post on this topic for a while, as I believe this is a really important area to discuss and be open and honest about. So many...
Git is a version control system. For example, if you have a file on which you’ve been working on and reworking for a long time, all the versions of it...
We have seen some great topics like map, filter, reduce and much more in the previous blogs, So here is a simple concept in JavaScript...
Closures A closure gives you access to an outer function’s scope from an inner function. This is a mystery feature of JavaScript functions that most...
Map Method Today yet another great array method, following reduce() and filter() , there is map(). The Map() method is a data structure that we can...