Immutability in javascriptIn Javascript, arrays and objects are not immutable, i.e., when you clone a object, it will not create a new object, it will create a…Jan 2, 2021Jan 2, 2021
What is higher order function in functional programming?If a function is taking another function as an argument, then it is called higher order function.Jan 1, 2021Jan 1, 2021
Different ways of writing a functions in funtional programming languageWe are all used to object oriented programming, and one thing that strikes our mind when we have to write a function isJan 1, 2021Jan 1, 2021
How to create a Spring Boot projectThere are 3 ways to create a spring boot projectDec 23, 2020Dec 23, 2020