Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of CodeBug

CodeBug

CodeBug has asked 0 questions and find answers to 2 problems.

Stats

26
EtPoint
4
Vote count
0
questions
2
answers

About

 if(Project == 'finished' || Project == null) {
    Work.Stop();
    HaveABeer()
 }
 else{
    Work.Continue();
  }

CodeBug questions