These are the instruction for the exercise I am supposed to do: Start with a prompt that asks the user to enter any string. Using a for loop, go through each character in the string. If the string contains the letter A (capital or lowercase), break out of the loop and print the message below to the screen. If the
Tag: character
How to return a character n times before an element react
I want to add a random amount of characters before an element, repeat that element 20 times, with a diffrent amount of characters before each time. For example: An example of what I want to return is Hello World! This is time 1 Hello World! This is time 2 Hello World! This is time 3 Hello