Ad
  • Default User Avatar

    I am returning false i str is empty

      if (!str || str.trim() === "") return false;
    

    then why my code further execcute it should return false. however it's working fine in console not here