From df8234f40bc4326acf66d43e9e082fec5e9bca4f Mon Sep 17 00:00:00 2001 From: Angela Yu <8798027+angelabauer@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:45:36 +0100 Subject: [PATCH] Update index.js --- index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.js b/index.js index 31bd940..c9baa8a 100644 --- a/index.js +++ b/index.js @@ -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 | = | | / | | | '--------------' || '--------------' || '--------------' || '--------------' | @@ -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() {