Last active
January 7, 2022 09:15
-
-
Save OpenSorceress/3f78a05e2b54432016a3293e488d7405 to your computer and use it in GitHub Desktop.
guideline-is-garbage
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 thing = function(incoming, outgoing) { | |
this.incoming = incoming; | |
this.outgoing = outgoing; | |
} | |
// write code that does something called "rebalnace the portfolio" | |
// without ever finding out what rebalancing the portfolio actually means |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment