How Many Digits Can You See?

# Introduction In this challenge, we will be using our front-end development knowledge to solve the inconvenience caused by entering long amounts in payment scenarios. By using the thousands separator for entered numbers, we wanted to improve the user experience when entering large numbers. This challenge required us to use the English comma (",") as the thousands separator for inputting numbers. Let's start creating a solution that meets these requirements!

|60 : 00

Click the virtual machine below to start practicing