Jennifer YooReducer 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
Jennifer YooinJavaScript 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, 20211Jan 19, 20211
Jennifer YooWhat’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, 20211Jan 5, 20211
Jennifer YooPalindrome 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, 20201Dec 29, 20201
Jennifer YooWhat 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
Jennifer YooWhy 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, 20201Sep 28, 20201
Jennifer YooHow 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
Jennifer YooForm 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