I want a javascript script that choose either value1 or value2 randomly, not between the two values , just the actual values.
Thanks!!!!
parseInt(Math.random() * 2) ? true : false;