Random Name Picker Instructions: Fork and/or clone create a file in ./js called names.js In ./js/names.js, create a globally scoped variable called names, set to an array of name strings: var names = [ 'Jake', 'Donna', 'Abigail' ] Refresh, and go!