Project: Stock picker
Learn how to build a simple command-line based stock picker.
Assignment
> stock_picker([17,3,6,9,15,8,6,1,10])
=> [1,4] # for a profit of $15 - $3 == $12Quick tips
Last updated
Learn how to build a simple command-line based stock picker.
> stock_picker([17,3,6,9,15,8,6,1,10])
=> [1,4] # for a profit of $15 - $3 == $12Last updated