Logo
BEAUTY IN SIMPLE

Javascript

Tutorial

Javascript: How to access the return value of a Promise object

How to return a value from a Javascript's Promise object and then use it later in a code.

Tutorial

React: how to dynamically sort an array of objects using the dropdown (with React Hooks)

How to dynamically sort an array of objects using dropdown and React Hooks and render it in React

Tutorial

Javascript: how to merge multiple objects with sum of values

Short blog post about how to merge multiple objects with the sum of property's values in Javascript.