1

Possible Duplicate:
Are there any coding standards for JavaScript?

Is there any guidline describes what is standard notation for naming variables\functions etc? What is best practice to write loops, conditionals, classes and other language constructions?

0

3 Answers 3

1

You could start with this.

Sign up to request clarification or add additional context in comments.

Comments

1

This one has some good advice: Front End Development Guidelines (HTML, CSS and JavaScript)

Comments

0

I suggest you this great site about JavaScript Best Practices and the book JavaScript: The Definitive Guide.

I also suggest you to follow Douglas Crockford as is considered as one of the best JS experts out there.

When you feel you are an expert JavaScript programmer, it's time to read carefully the ECMAScript Language Specifications.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.