Add 1 to specific number javascript

I need to add 00000046 +1 to this number but 0 must be kept.

Example: 00000046 + 1 = 00000047 and if 100 were reached it would be a number in the form with only five zeros before 00000100 etc.

Is there any method for these types of numbers or how to solve this thank you for your advice