MCPcopy Create free account
hub / github.com/codecombat/codecombat / 'phoneNumber'

Function 'phoneNumber'

app/core/initialize.js:257–263  ·  view source on GitHub ↗
(phoneNumber)

Source from the content-addressed store, hash-verified

255 }
256 },
257 'phoneNumber' (phoneNumber) {
258 if (forms.validatePhoneNumber(phoneNumber)) {
259 return null
260 } else {
261 return { code: tv4.errorCodes.FORMAT_CUSTOM, message: $.t('form_validation_errors.requireValidPhone') }
262 }
263 }
264 })
265}
266

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected