Basic Algorithm Scripting - Convert Celsius to Fahrenheit - Page Crash

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:

Hi There

Try saving code using shortcut Ctrl + S (window shortcut) and reload the page it worked for me.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.