Skip to content
Manoj Kumar Batula edited this page Feb 14, 2016 · 1 revision

JavaScript by Examples

What is this?

Understand the nitty gritties of the language by actually looking at code snippets and asking the right (or wrong) questions - the whats, whys and hows. The repository is a collection of code samples containing working explanations.

There is no particular list/order as of now, but here are the concepts and not so obvious language features/behaviour we are planning to include eventually.

  1. Functions
  2. Objects and Arrays
  3. Scopes and Closures
  4. Prototype inheritance
  5. Bind, Call, Apply and this variable
  6. Functional programming concepts
  7. Promises and async programming
  8. Iterators and Generators
  9. ES6 specific features
  10. Coersion
  11. Common Patterns
Why this approach?

First things first, this is not a replacement for conventional learning by books, blogs and countless experimentations. This is just an add-on to the exisiting set of learning paths. We realized, the best way to validate our understanding about the language is to discuss with fellow members, brainstorm and educate others.

How did we get here?

This is a result of IM group chats within our team at work. We thought it might be helpful to the community as well, hence this repository.

Is this content not already available online?

Yes and No. Perhaps the code snippets are all there already, or you may find a variation of these. However, the approach is unique as we have a Q&A format and a way of clarifying things through explanations given to the working of the snippets. The content and the code examples will have appropriate attributions wherever applicable. We would really appreciate an attibution from you, if you are using/including any of this repository code examples within your work.

How can I help?

If you find (and believe) any information available here is erroneous, please report them as issues or create pull requests. We are all ears for additional suggestions, feedback and new content as long as it follows the format that we are using. You can also star this repo if you like the content. :)

What is the format?

Most of the code samples are either in .md or .js files. The markdown file format follows the question, answer and explanation format. If there are any usful references, links or attributions, we put them too.

What is the future plan?

We would like this repository to grow and be the one-stop-repo for all the JavaScript enthusiasts. For that, we would need all the help we can from the community and people like YOU.

Who are the contributors?

List of initial contributors.

Contributions on the GitHub Repo can be looked at here.