Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest change it to male self entertainment to be more polite

```

##### Rotation
Expand Down
2 changes: 2 additions & 0 deletions five.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@

five.high = function() { return "o/"; };

five.againstOne = function() { return 'handjob'; };

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest change it to male self entertainment to be more polite


five.isFive = function(a) { return a === five(); };

five.map = function(array) { return array.map(five); };
Expand Down