Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
angelabauer authored Jul 26, 2024
1 parent 5dd2667 commit df8234f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const logo = `
| | Pythonista 0. | | .----------------. .----------------. .----------------. .----------------.
| |_________________| | | .--------------. || .--------------. || .--------------. || .--------------. |
| ___ ___ ___ ___ | | | ______ | || | __ | || | _____ | || | ______ | |
| | 7 | 8 | 9 | | + | | | | .' ___ | | || | / \ | || | |_ _| | || | .' ___ | | |
| |___|___|___| |___| | | | / .' \_| | || | / /\ \ | || | | | | || | / .' \_| | |
| | 4 | 5 | 6 | | - | | | | | | | || | / ____ \ | || | | | _ | || | | | | |
| |___|___|___| |___| | | | \ '.___.'\ | || | _/ / \ \_ | || | _| |__/ | | || | \ '.___.'\ | |
| | 7 | 8 | 9 | | + | | | | .' ___ | | || | / \\ | || | |_ _| | || | .' ___ | | |
| |___|___|___| |___| | | | / .' \\_| | || | / /\\ \\ | || | | | | || | / .' \\_| | |
| | 4 | 5 | 6 | | - | | | | | | | || | / ____ \\ | || | | | _ | || | | | | |
| |___|___|___| |___| | | | \\ '.___.'\\ | || | _/ / \\ \\_ | || | _| |__/ | | || | \\ '.___.'\\ | |
| | 1 | 2 | 3 | | x | | | | '._____.' | || ||____| |____|| || | |________| | || | '._____.' | |
| |___|___|___| |___| | | | | || | | || | | || | | |
| | . | 0 | = | | / | | | '--------------' || '--------------' || '--------------' || '--------------' |
Expand Down Expand Up @@ -182,7 +182,7 @@ function find_highest_bidder(bidding_record) {
winner = bidding_record[bidder].name;
}
}
return `The winner is ${winner} with a bid of \$${highest_bid}`;
return `The winner is ${winner} with a bid of \\$${highest_bid}`;
}

function GenerateId() {
Expand Down

0 comments on commit df8234f

Please sign in to comment.