Reducer function in JavascriptReducers are important in Redux for state management. It is essentially a function that takes in two arguments, current state and action…Feb 2, 2021Feb 2, 2021
Published inJavaScript in Plain EnglishHow To Sort An Object By Key/Value In JavaScriptObjects consist of key and value pairs. A key can be a string or symbol and a value can be any type.Jan 19, 2021A response icon1Jan 19, 2021A response icon1
What’s up with big O?Big O Notation is a mathematical expression of the relationship between input size and the time in relation to that input. In other words…Jan 5, 2021A response icon1Jan 5, 2021A response icon1
Palindrome Algorithm Explained using Random StringA palindrome is a sequence (such as a word or combination of letters/numbers) that can read the same backwards and forwards. Writing a…Dec 29, 2020A response icon1Dec 29, 2020A response icon1
What is Agile and its Benefits?Agile methodology in software development implements collaboration between self organizing cross functional teams. Agile methods…Dec 27, 2020Dec 27, 2020
Why React? Basic React Interview Questions You Should Be Prepared To AnswerReact, developed by Facebook, is a front end Javascript library for building user interfaces. Many large companies currently use React in…Sep 28, 2020A response icon1Sep 28, 2020A response icon1
How to Access Data Easily in JavascriptIn Javascript, it can be difficult to access specific data in HTML by traversing the Document Object Model or in your Javascript functions…Sep 8, 2020Sep 8, 2020
Form helpers… which one should I use?Ruby on Rails has a series of form helpers that can be used for specific database records. We know about text_field for text input and…Aug 18, 2020Aug 18, 2020