I have an object image whose key and value are as follows:
{ homeSliderImage: '/assets/images/uploads/image-homeSliderImage.jpg' }
I want to extract the value of this object, namely "/assets/images/uploads/image-homeSliderImage.jpg", without looping through this object or using the object's key.