i need help with javascript coding
Write a program that determines if the user rolled doubles in dice. (This means that the numbers showing on both dice match.) To do so, you need to prompt the user for two integers, which will represent the dice rolls.

Create a variable called rolled Doubles which has the true or false value of whether or not the two integer values are equal. Print that out.

A sample output might look something like this:
First, die? 2
Second die? 2
Rolled doubles? true