Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor firstchar function for conciseness and modern syntax
- Replaced var with const for improved variable management - Used optional chaining for a more concise return statement - Enhanced readability while preserving functionality
- Loading branch information