mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 21:29:57 +01:00
Implement sorting functionality for Pokémon by number and name in ascending and descending order
This commit is contained in:
@@ -27,6 +27,7 @@ function handleSearchCloseOnClick() {
|
||||
document
|
||||
.querySelector("#search-close-icon")
|
||||
.classList.remove("search-close-icon-visible");
|
||||
clearSearch();
|
||||
}
|
||||
|
||||
function handleSortIconOnClick() {
|
||||
|
||||
Reference in New Issue
Block a user