Build a Fortune Teller - Build a Fortune Teller

Tell us what’s happening:

Hello everyone
I’m stuck on 6, 7 , 9 …
Please help me.

Your code so far

const fortune1 ="Hello my friend";
const fortune2 ="You are so pretty";
const fortune3 ="The weather is good today";
const fortune4 ="I am glad to see you";
const fortune5 ="Have a good day";

const randomNumber = Math.random(1,5);
const selectedFortune= randomNumber;
console.log(selectedFortune);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

Build a Fortune Teller - Build a Fortune Teller

are you sure that selectedFortune should be a number?
shound’t it be one of these?