30-seconds-of-code: Array method constistency in descriptions

Created on 13 Dec 2017  路  5Comments  路  Source: 30-seconds/30-seconds-of-code

Right now there are inconsistencies when referencing Array methods, like reduce(), in snippet descriptions. Sometimes they are referenced as Array.reduce() and other times as reduce(). The preferred option would be to refer to them as Array.reduce(), so if anyone can get to that and fix it, I would appreciate it.

(Methods that need to be dealt with right not are sort(), map(), reduce() - I think these are all, but I might be forgetting something).

good first issue help wanted

All 5 comments

I've never made contribution here, so I'd like to take this up. Just clarifying reduce(), map(), sort() should be prefixed by Array. . right ?

@piyuesh-dev Exactly. Make your changes to the individual snippet files, not README. I will compile README afterwards. Thanks a ton for helping out!

Ok thanks, I'll fork it & submit pull after few changes.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for any follow-up tasks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fuchao2012 picture fuchao2012  路  4Comments

GrosSacASac picture GrosSacASac  路  3Comments

henrycjchen picture henrycjchen  路  4Comments

larrybotha picture larrybotha  路  3Comments

skatcat31 picture skatcat31  路  5Comments