From 942daa8ce0c454d4b62b8c0ae9babb4ca50d489e Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Sun, 14 Mar 2021 16:02:23 +0100 Subject: [PATCH 1/2] If everything is related to five, then they must be to schfifty five. https://www.youtube.com/watch?v=-XccUMOQ978 --- five.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/five.js b/five.js index 90507e66..a2c1c4d0 100755 --- a/five.js +++ b/five.js @@ -218,6 +218,8 @@ five.guys = function() { return '🍔'; }; + five.schfifty = function() { return 'https://www.youtube.com/watch?v=-XccUMOQ978' }; + five.bucks = function() { return '$' + five() + '.00'; }; five.valueOf = five; From dd91f0865da72271bfdbbde52d4da7e3fe2290f8 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Sun, 14 Mar 2021 16:04:16 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index addc66f6..3780dce7 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.schfifty(); // https://www.youtube.com/watch?v=-XccUMOQ978 ``` ##### Rotation