From c7180420b7b0c96459e573cdd840fe796cfa0160 Mon Sep 17 00:00:00 2001 From: Samuel Spencer Date: Thu, 29 Mar 2018 14:32:28 +1100 Subject: [PATCH 1/2] Include fast.five --- five.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/five.js b/five.js index 90507e66..a191206c 100755 --- a/five.js +++ b/five.js @@ -168,6 +168,10 @@ return ['Tigress','Viper','Crane','Monkey','Mantis']; }; + five.fast = function() { + return ['Dominic "Dom" Toretto','Mia Toretto','Brian O\'Conner','Luke Hobbs','Letty Ortiz']; + }; + five.famous = function() { return ['Julian', 'Dick', 'George', 'Anne', 'Timmy']; }; From a1069595f3bf6e06a6ec17f827266bcf2e698131 Mon Sep 17 00:00:00 2001 From: Samuel Spencer Date: Thu, 29 Mar 2018 14:33:06 +1100 Subject: [PATCH 2/2] Document inclusion of fast five --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index addc66f6..a97a9a79 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.fast(); // ['Dominic "Dom" Toretto','Mia Toretto','Brian O\'Conner','Luke Hobbs','Letty Ortiz']; ``` ##### Rotation