Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor HISTORY.md header update to use String.prototype.repeat
Replaced the custom repeat function with String.prototype.repeat to simplify the code and improve readability. This change leverages modern JavaScript functionality, reducing complexity and improving efficiency when updating the HISTORY.md header.
- Loading branch information