The two inputs represent the rolls of two six-sided dice. Return true if both dice have the same value, i.e. the roll is "doubles". Otherwise, return false.

javascript programming
exercise: conditionals 01