Discussion:
I'd like to make a javascript, that randomizes the text I input to the screen. I mean that size and color of the characters will be random (for example 3 different sizes and 3 different colors).
Q: What I mean is that the script writes a given text string to the screen so, that the size and color of each character is set up randomly. The characters would be of random size (for example 8,10,12) and color (ex. blue,black,red).