Skip to content

Commit

Permalink
adding stuff to person.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ko committed Apr 10, 2024
1 parent ebe0a6a commit 5a22f05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/js/classes/person.js
Expand Up @@ -45,4 +45,12 @@
getMenuItem() {
return 'menu item';
}

getIfElseResult() {
if (true) {
return true;
} else {
return false;
}
}
}

0 comments on commit 5a22f05

Please sign in to comment.