Build a Cash Register Project - Build a Cash Register

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

Please post a screenshot. But I would try to do a hard refresh. (On windows that is done with CTRL-f5)

image

unfortionally, a hard refresh don’t work :frowning:

Also a restart my system :frowning:

Do the tests run okay? If yes I would ignore this. If not, what does the fCC console and screen look like (not the browser console)?

At the time, i was open this post, the test are all faild.
Now, after I restart everything multiple times, I can work as normal…
realy strange…