2 lines
44 B
JavaScript
2 lines
44 B
JavaScript
|
|
console.log("ha".repeat(5)); // hahahahaha
|
|
|
console.log("ha".repeat(5)); // hahahahaha
|