Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Extricate

Extricate

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

Stats

90
EtPoint
36
Vote count
0
questions
2
answers

About

public function career($education = 'Information Science') { // indentation is broken in this IDE

for ($current_daily_jobs as $income) {

$income->primary = 'Salesforce Developer at a large bank__c';

}

if ($this->parttime) {

$passion = 'Laravel Developer at multiple startups';

}

if ($this->future == \Carbon::now()) {

$current_daily_jobs.add('IT lead at my own business');

}

return 'beautiful code';

}