Skip to content

Commit

Permalink
update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Apr 5, 2017
1 parent e9fc1d9 commit c07325d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@
- nyuszika7h (nyuszika7h@openmailbox.org)
- Asoul Yang (azx754@gmail.com)
- Peter Dave Hello (hsu@peterdavehello.org)

This comment has been minimized.

Copy link
@rangingpole

rangingpole Jan 4, 2018

please how can i learn java script

This comment has been minimized.

Copy link
@feross

feross May 9, 2018

Author Member

Hi @rangingpole, I have some information about how I learned to program here: https://feross.org/how-i-learned-to-program-computers/ And for JavaScript specifically, I have a Quora answer here that you might find useful: https://www.quora.com/What-is-the-best-way-to-learn-JavaScript/answer/Feross-Aboukhadijeh

This comment has been minimized.

Copy link
@ninabreznik

ninabreznik May 9, 2018

@rangingpole If you need help, we run a free online Javascript school/community, so feel free to join.
www.wizardamigos.com
https://gitter.im/wizardamigosinstitute/program ;)

- Wayou Liu (liuwayong@gmail.com)

#### Generated by bin/update-authors.sh.
1 change: 1 addition & 0 deletions bin/update-authors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ while (<>) {
next if /(support\@greenkeeper.io)/;
next if /(nate\@ngoldman.me)/;
next if /(ahmad\@codeinchaos.com)/;
next if /(wayou )/;
$seen{$_} = push @authors, "- ", $_;
}
END {
Expand Down

0 comments on commit c07325d

Please sign in to comment.