hcheung

845
reputation
7
14
    //Code of the Day
    const status = feelBlessing;
    if ( isNew(knowledge) && bestDay === today() ) {
       learnItNow();
    }
    else {
       display('Never too late to learn!');
    }