Created
October 2, 2018 11:06
-
-
Save tsh-code/92a980bd1c1d734ee395b1ba1e7c60e8 to your computer and use it in GitHub Desktop.
This file contains 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
var data = [2, 1, 3, 7, 2, 4, 0, 5]; | |
console.log(getLast(data)); | |
console.log(median(data)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment