How to convert a string to a property
If you’re like to work with dynamic code and sometimes you only knew to runtime which property to execute on a specific object you have to convert the name to a property. If you have to do it more than once, it would be a good idea to create a function that handles this for you 💡.… Continue Reading