Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of inVINCEable

inVINCEable

inVINCEable has asked 6 questions and find answers to 2 problems.

Stats

51
EtPoint
4
Vote count
6
questions
2
answers

About

if(user.hasTime == true) {
    user.updateDesc();
} else {
    user.workOnSomethingProductive();
}