Javascript Array.filterWe will discuss Polyfill for Array.filter(). About The Javascript filter takes a function as a parameter and returns a new array with items that satisfy the given function .i.e return true when the item is passed to a given function. const arr = [0,2...Sep 3, 2023ยท1 min read
Currying in JavaScriptFunction currying is a way to use the same arguments in the sequence of functions. in other words, you will pass an argument to a function and it will return another function which you can call and pass a different argument. function multipleCircleAr...Aug 16, 2023ยท1 min read
How a company can make a chatbot from their help articles?For #SwymHackathon2023 We trained and build our chatbot that has learned from Swym help articles. I will share how easy it is for anyone to train chatbot and that will reduce a significant amount of incoming support tickets. Introduction llama-index ...Aug 14, 2023ยท2 min read