MCPcopy Create free account
hub / github.com/codecombat/codecombat / age

Method age

app/models/User.js:1275–1275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1273 }
1274
1275 age () { return utils.yearsSinceMonth(this.get('birthday')) }
1276
1277 isRegisteredForAILeague () {
1278 // TODO: This logic could use some thinking about, and maybe an explicit field for when we want to be sure they have registered on purpose instead of happening to have these properties.

Callers 2

loadAILeagueStatsMethod · 0.80
rankSessionMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected