That would be a language feature, but I'm not sure I see the benefit of adding Number.prototype.padStart vs douing .toString() or String(myNumber).padStart(3, '0')
This is the correct place to propose language features. Then you'll have to see if any delegates are interested. To get delegates interested, it helps to explain why you would want something, and to compare it to what one has to write instead.