OKOm Kakatkarinomkakatkar.hashnode.dev·Oct 1, 2025 · 9 min readPolyFills in JavaScriptLanguages like JavaScript keep on updating from time to time. As the language updates so do the engines compiling the code. Often we require a feature in the newer versions of the language to support on older engines. Polyfills are a way to provide b...00
OKOm Kakatkarinomkakatkar.hashnode.dev·Jul 22, 2022 · 5 min readArray Methods for Functional ProgrammingFunctional programming is a paradigm which avoids changing state and mutable data. Functional way of writing a program is using pure functions and immutable data structures. JavaScript comes with many in-bulit functions to support this functional app...00
OKOm Kakatkarinomkakatkar.hashnode.dev·Jul 21, 2022 · 4 min readES6 Arrow FunctionsIn 2015, the new ECMAScript edition ES6 brought Arrow functions to the JavaScript language. At a first glance they can be seen as a fancier way of writing functions and overwhelming to deal with as a new developer. So, in this article let us learn ho...00
OKOm Kakatkarinomkakatkar.hashnode.dev·Aug 15, 2021 · 3 min readGetting started with GitHubIf you are a software developer or just starting out your coding journey, you will certainly come across the term version control. Version control in simple terms is tracking and managing changes to files over a period of time. This helps in recallin...00
OKOm Kakatkarinomkakatkar.hashnode.dev·Aug 7, 2021 · 3 min readLorem Ipsum: For programmers and otherwise.Lorem ipsum, lorem100 does it ring a bell. If it does, I'm sure you are or have worked with a designer who uses it as a placeholder in their designs. But, what is this lorem ipsum anyways. Purpose The text lorem ipsum is used to create a natural loo...00