Skip to content

Commit

Permalink
changes map to forEach
Browse files Browse the repository at this point in the history
  • Loading branch information
khemchand-twt11 committed Oct 9, 2023
1 parent 42f8539 commit b7cf964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ async function handleUserSignin() {
},
});

DROPDOWN_OPTIONS.map((option) => {
DROPDOWN_OPTIONS.forEach((option) => {
const listElement = createElement({
type: 'li',
attributes: {
Expand Down

0 comments on commit b7cf964

Please sign in to comment.