looking for a superviser for my code

95 views Asked by At

I'm on the learning stage, and i need some feedback for the code I've write. Do you have any idea about how can I get another pair of eyes with a smarter brain to look over my code?

ps: It is about a code written in js.

2

There are 2 answers

1
null On BEST ANSWER

There is a StackExchange site for that: https://codereview.stackexchange.com/

2
Zachary K On

If you are learning Javascript make sure you pass your code threw JSLint (jslint.com) it will find a lot of the stupid errors people tend to make.