From 8c9e5f19adf37ab5e4687a45c5ece9ff4d124af8 Mon Sep 17 00:00:00 2001 From: "Pedro H. Santiago" Date: Wed, 13 Jun 2018 15:24:40 -0300 Subject: [PATCH 1/2] Added five against one --- five.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/five.js b/five.js index 90507e66..89a6b97b 100755 --- a/five.js +++ b/five.js @@ -134,6 +134,8 @@ five.high = function() { return "o/"; }; + five.againstOne = function() { return 'handjob'; }; + five.isFive = function(a) { return a === five(); }; five.map = function(array) { return array.map(five); }; From fa8a605f700bdda6aabbd13876fe308ba9f7160e Mon Sep 17 00:00:00 2001 From: "Pedro H. Santiago" Date: Wed, 13 Jun 2018 15:40:50 -0300 Subject: [PATCH 2/2] docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index addc66f6..fde3d6dd 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ five.discography(); //['5ive', 'Invincible', 'Kingsize'] five.singles(); //['Slam Dunk (Da Funk)', 'When the Lights Go Out', 'Got the Feelin\'', 'Everybody Get Up', 'It\'s the Things You Do', 'Until the Time Is Through', 'If Ya Gettin\' Down', 'Keep On Movin\'', 'Don\'t Wanna Let You Go', 'We Will Rock You', 'Let\'s Dance', 'Closer to Me', 'Rock the Party', 'I Wish It Could Be Christmas Everyday'] five.famous(); // ['Julian', 'Dick', 'George', 'Anne', 'Timmy'] five.fiveFiveFive(); // 'Interstella 5555: The 5tory of the 5ecret 5tar 5ystem' +five.againtOne(); // 'handjob' ``` ##### Rotation