(Medium) How To Create A Hack With Style - Removing The Function To Hack Prices
View original- current
This article is too short to summarise.
-
Clone this repository at <script src="https://gist.github.com/FagnerMartinsBrack/ddb29203e3a96dd0459eff2f3c6fcb71.js"></script>
Select an option
- Save FagnerMartinsBrack/ddb29203e3a96dd0459eff2f3c6fcb71 to your computer and use it in GitHub Desktop.
Select an option
(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; |