Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of hcheung

hcheung

hcheung has asked 1 questions and find answers to 4 problems.

Stats

111
EtPoint
35
Vote count
1
questions
4
answers

About

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