JavaScript – Generate a random number between 1 and 30, six times

we’ve been given this problem in a coding Bootcamp and I cannot for the life of me work out how to do it – any help would be greatly appreciated.

“Generate a random number between 1 and 30, six times.

For each random number generated, check if
this number of divisible by 7 or not.

Log out a message to the console if it is divisible
by 7 or not.”