Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince-GH committed Apr 17, 2024
1 parent 5f6bc51 commit ca7f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ Other Style Guides
return this.gst(tile)+this.Cost;
}

const Shanjay =new Bill("Prince",555);
const Prince=new Bill("Prince",555);
console.log(Prince.Cost); //555
console.log(Prince.gst(20)); //111
console.log(Prince.totalCost(20)); //666
Expand Down

0 comments on commit ca7f988

Please sign in to comment.