Good evening, I have a question, I need to enter a number in javascript print it in the console for the amount entered. For example if you want the string to be an asterisk "*": If I enter a number 5, the result should be: *****.
Something that works like this: 5 * "*" = *****