Tell us what’s happening:
Describe your issue in detail here.
As soon as i type in the * operator the page crashes and cant run the test anymore. It only works if I reset the lesson and copy and paste the correct answer.
Im using firefox the latest version but ive tried different browsers and computers and doing the same thing. It only started happening a few lessons before. It was fine before that.
Your code so far
function convertCtoF(celsius) {
let fahrenheit=celsius * ();
return fahrenheit;
}
convertCtoF(30);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0
Challenge: Basic Algorithm Scripting - Convert Celsius to Fahrenheit
Link to the challenge: