repeat(): Creates a new string by repeating the original string the specified number of times
Example: "Hello".repeat(3) → "HelloHelloHello"