Skip to content

Instantly share code, notes, and snippets.

View dyee00's full-sized avatar

dyee00 dyee00

View GitHub Profile
@dyee00
dyee00 / jsProject1
Last active November 3, 2017 16:21
JS Project 1
// JS Project #1
// Group 1 - Data
// HUBOT_SLACK_TOKEN=xoxb-254477195828-yKXenoY5BXI6pZibTVlrhbxr ./bin/hubot --adapter slack
*************************** READ ME ******************************************
********************************************************************************
// Homework 1
// Hint: You may need SOME of these array iterator methods:
// .map(), .filter(), .forEach() , .some(), .every()
// Hint: You may also need SOME of the following methods:
// Number(), .reverse(), typeof(), .join()
// Let's say we have an array of prices named `prices`.
var prices = ['100', '125', '129', '37', '38', '75', '87', '94', '300', '301',
'305', '50', '0.30', '0.01', '0.5', '5', '15', '24', '35', '1041', '1', '17',