One other interesting problem with the inventory update challenge from freecodecamp. After this, it is going to be the modules for creating calculators and other challenges. function updateInventoryWithArr(curInv, newInv) { var arr1 = curInv; var arr2 = newInv; var finalOutPutArr = []; var arr1Map = new Map(); var arr2Map = new Map(); var arr3Map = … Continue reading Free-code camp Inventory update solution
Author: Sathish Jayapal
Indie software engineer.
Bootstrap 4 Tutorial
One of a kind tutorial, packed with all that is needed to start Bootstrap 4. When we are debugging an issue for some server side issue, we will need to know a lot of nit-picky details of Bootstrap. But this was a quite a walk thro' of all the items that are needed to know … Continue reading Bootstrap 4 Tutorial

You must be logged in to post a comment.