()
| 1460 | showChinaRegistration () { return features?.china != null ? features?.china : false } |
| 1461 | enableCpp () { return utils.isCodeCombat && (this.hasSubscription() || this.isStudent() || this.isTeacher()) } |
| 1462 | enableJava () { return utils.isCodeCombat && (this.hasSubscription() || this.isStudent() || this.isTeacher()) } |
| 1463 | |
| 1464 | getEnabledLanguages () { |
| 1465 | const languages = ['javascript', 'python'] |
no test coverage detected