I need to check whether enter parameter is empty or not like php empty function works.
For example, if I have function with name isEmpty and I passed string as parameter to it then function will return true if string is empty else false and similar for other datatypes like Object, Array and Number.