All Projects → bmkmanoj → Js By Examples

bmkmanoj / Js By Examples

Learn JavaScript by examples

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Js By Examples

Nexmo Node Code Snippets
NodeJS code examples for using Nexmo
Stars: ✭ 36 (-96.84%)
Mutual labels:  examples
Sdcc Examples
Code examples for microcontrollers ready to compile with SDCC
Stars: ✭ 51 (-95.52%)
Mutual labels:  examples
Examples
A repository of runnable Node.js examples that go beyond "hello, world!"
Stars: ✭ 61 (-94.64%)
Mutual labels:  examples
Module Federation Examples
Implementation examples of module federation , by the creators of module federation
Stars: ✭ 979 (-13.97%)
Mutual labels:  examples
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (-49.82%)
Mutual labels:  examples
Pythoncodes
Stars: ✭ 55 (-95.17%)
Mutual labels:  examples
Rcppexamples
Examples of using Rcpp to interface R and C++
Stars: ✭ 33 (-97.1%)
Mutual labels:  examples
Ohloh api
Ohloh API examples
Stars: ✭ 64 (-94.38%)
Mutual labels:  examples
Spec Examples
Some examples on using clojure.spec!
Stars: ✭ 48 (-95.78%)
Mutual labels:  examples
Aspnetcore.services
Examples for ASP.NET Core webservices
Stars: ✭ 59 (-94.82%)
Mutual labels:  examples
Shell Examples
Little Bash shell scripting examples
Stars: ✭ 41 (-96.4%)
Mutual labels:  examples
Omg Counters
😍 Increment decrement counters using various frontend frameworks.
Stars: ✭ 44 (-96.13%)
Mutual labels:  examples
Leapunrealmodules
Leap Motion Unreal modules and example content.
Stars: ✭ 55 (-95.17%)
Mutual labels:  examples
Real World Rails
Real World Rails applications and their open source codebases for developers to learn from
Stars: ✭ 982 (-13.71%)
Mutual labels:  examples
Vuex Orm Examples Nuxt
The example Nuxt application to demonstrate the use case of the Vuex ORM.
Stars: ✭ 63 (-94.46%)
Mutual labels:  examples
Bluepilldemo
A collection of small example projects tailored for the Blue Pill board created in STM32CubeIDE
Stars: ✭ 36 (-96.84%)
Mutual labels:  examples
Golang Examples
Go(lang) examples - (explain the basics of #golang)
Stars: ✭ 1,070 (-5.98%)
Mutual labels:  examples
Torch Models
Stars: ✭ 65 (-94.29%)
Mutual labels:  examples
Reporting Services Examples
📕 Various example reports I use for SQL Server Reporting Services (SSRS) as well as documents for unit testing, requirements and a style guide template.
Stars: ✭ 63 (-94.46%)
Mutual labels:  examples
Cook Js
Physics Chapter of Javascript book
Stars: ✭ 57 (-94.99%)
Mutual labels:  examples

JavaScript by Examples

What is this?

JavaScript by Examples was created for new users to learn about the JavaScript language by reviewing real code snippets and by asking questions. This repository is a collection of code samples containing working explanations.

Currently, the code snippets are not in any particular order. Here are the concepts, language features and behavior we are planning to include:

  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 use this approach?

The best way to understand a language is to view actual code, form discussions, brainstorm and educate each other. JavaScript by Examples is not a replacement for conventional learning (e.g., reading books, blogs, and self-experimentation) — rather, it should be viewed as a suppliment to exisiting learning paths.

How did we get here?

The idea for JavaScript by Examples came from a series of group chats within our team at work. We thought it might be helpful to the community as well.

Is this content not already available online?

It is likely that similar code snippets exist, but what makes this repository unique is the 'question/answer' format, and how we have clarified our examples with explanations. The code examples should have appropriate attributions wherever applicable. We appreciate attibution if you are using our code examples within your work.

How can I help?

If you believe any information here is erroneous, please report it as an issue or create a pull request. We welcome 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 code samples are either in .md or .js files. The markdown file format follows the 'question/answer/explanation' format. We will include useful references, links or attributions.

What is the future plan?

We would like this repository to grow and be the premeire repository for JavaScript enthusiasts. To achieve this goal, we 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.

TODO
  1. Organize the items by categories and provide the links/index them.
  2. Include jsfiddle links for the code samples
  3. Include samples explaining ES6 features.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

The content of this project itself is licensed under the Creative Commons Attribution 3.0 license and the underlying source code used to format and display that content is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].