pad.js 58 Bytes
Newer Older
l2m2's avatar
l2m2 committed
1 2
var _ = require("lodash");
print(_.padStart('3', 2, '0'));