Amandeep Kochhar[JavaScript] — event.Target vs event.currentTargetevent.target Points to element, which triggers the event.May 3, 2021May 3, 2021
Amandeep Kochhar[Node JS] — Auto Loading Routes with File System.As our server has multiple API endpoints, our need for creating routes increases, along with increased demand of creating these routing…Feb 21, 2021Feb 21, 2021
Amandeep KochharUse an ES6 modules in Node.js?Before Node version 13, we were using the esm npm package and run our app.js using the commandnode -r esm app.jsJan 31, 2021Jan 31, 2021
Amandeep Kochhar[Interview Question] — Find the largest and smallest word in a sentence!Input — “This is a sentence and I am about to find out the largest and smallest word occurring in this line”Apr 8, 2020Apr 8, 2020
Amandeep Kochhar[Interview Question] — Get the product of all the elements of an array except the current Element…Input — [2, 3,4,5]Apr 8, 2020Apr 8, 2020
Amandeep KochharinSimbaQuartz TechReact Hooks (into The Future of React)This article will be explaining about the React Hooks. Working as a Software Engineer at SimbaQuartz, I use React as the frontend with…Aug 6, 2019Aug 6, 2019
Amandeep Kochhar[Angular Material: DatePicker] Set Custom Date in (DD-MM-YYYY) formatAs working with Angular Material 8 DatePicker Component, i was not able to set the Date in a specific format. Here i was using…Jun 5, 201919Jun 5, 201919
Amandeep Kochhar[TypeScript] Error: Could not find a declaration file for module XYZAfter Jumping from React to Angular, The First thing i fall in love was TypeScript. I loved it so much that i have planned it to use in…May 18, 201920May 18, 201920
Amandeep Kochhar[JavaScript ES10] New Features in ECMAScript 10/ ES2019 VersionES10 is not as significant as ES6 in terms of new language features but it does add several interesting ones.Mar 18, 20191Mar 18, 20191
Amandeep Kochhar[JavaScript] Check if a variable is a type of an Object or Array?In this Story, lets talk about how we can find out if a variable holds array or object values? Lets declare two separate variables named…Mar 1, 20191Mar 1, 20191