Posts with tag: #lodash
Lodash's `get` function
Often we can't be sure if the data we are working with in web apps is already available or that it has certain properties (in Objects). So often we need to first check if the nested property is accessible.