Consider using a lookup map object instead of if else
or even worse, a switch
; when you need to check for a specific condition then get some defined proprieties on that condition!
Consider using a lookup map object instead of if else
or even worse, a switch
; when you need to check for a specific condition then get some defined proprieties on that condition!