Readplace

(Medium) How To Create A Hack With Style - Removing The Function To Hack Prices

Gist 1 min read
View original
  • current

This article is too short to summarise.

@FagnerMartinsBrack

  • Select an option

    Clone this repository at <script src="https://gist.github.com/FagnerMartinsBrack/ddb29203e3a96dd0459eff2f3c6fcb71.js"></script>
  • Save FagnerMartinsBrack/ddb29203e3a96dd0459eff2f3c6fcb71 to your computer and use it in GitHub Desktop.

Select an option

Clone this repository at <script src="https://gist.github.com/FagnerMartinsBrack/ddb29203e3a96dd0459eff2f3c6fcb71.js"></script>

(Medium) How To Create A Hack With Style - Removing The Function To Hack Prices

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

let prices = priceFor(items);
-prices = hackToChangeThePriceOfTheItems(items);
return prices;