Tell us what’s happening:
My computer turned off yesterday unexpected and today I got some ReferenceError: price is not defined.
Reset this lesson can’t help and deleting my code also don’t work.
Anyone an idea, what I can do?
Chears, Wolf
Your code so far
<!-- file: index.html -->
/* file: script.js */
let price = 1.87;
let cid = [
['PENNY', 1.01],
['NICKEL', 2.05],
['DIME', 3.1],
['QUARTER', 4.25],
['ONE', 90],
['FIVE', 55],
['TEN', 20],
['TWENTY', 60],
['ONE HUNDRED', 100]
];
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Challenge Information:
Build a Cash Register Project - Build a Cash Register