MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / pad

Function pad

lib/web/jshint.js:1332–1334  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

1330
1331
1332function pad(n) {
1333 return n < 10 ? '0' + n.toString(10) : n.toString(10);
1334}
1335
1336
1337var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',

Callers 3

timestampFunction · 0.85
buildVideoSequenceMethod · 0.85

Calls 3

baseToStringFunction · 0.85
createPaddingFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected