Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ educationLevelString
Method
educationLevelString
app/models/TrialRequest.js:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
educationLevelString () {
33
const
levels = this.get(
'properties'
).educationLevel || []
34
return
levels.join(
', '
)
35
}
36
}
37
TrialRequest.initClass()
38
return
TrialRequest
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected