Challenge 2 / 2
How can you access the TYPE_NO_JEDI
constant within the following class?
class BattleManager
{
const TYPE_NORMAL = 'normal';
const TYPE_NO_JEDI = 'no_jedi';
}
Skip challenges and go to theNext Chapter