hcheung

3,377
reputation
3
11
23
    //Code of the Day
    const status = feelBlessing;
    if ( isNew(knowledge) && bestDay === today() ) {
       learnItNow();
    }
    else {
       display('Never too late to learn!');
    }