This is How to Access Nested Objects Dynamically in JavaScript

Lanka Rathnayaka
Geek Culture
Published in
3 min readFeb 11, 2023

--

Most of the time in frontend development we have to work with object manipulation. That's why it's a necessary to understand the basic array methods and object access methods before getting into react development.

Recently I though of writing a search function to filter out an array of objects. It could be easily done using a library such as lodash but I…

--

--