Skip to content

Commit

Permalink
Remove default value from TwoFer.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Nov 14, 2023
1 parent 00acff9 commit ff2e965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/two-fer/TwoFer.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ component {
/**
* @returns
*/
function twoFer( name="you" ) {
function twoFer( name ) {
// Implement me here
}

}
}

0 comments on commit ff2e965

Please sign in to comment.