How to contribute to JS Ninja guide

  • All the articles must be added in the proper section / sub section

  • For every code snippet (added with ``` js ) you have to add two description paragraph
    What's going on here? to explain the code and What can we learn?to explain how to use the JS functionality / behaviour

  • Code snippets should provide a link to Sintra plunkr (TODO)

  • You can include images and links
  • At the end of the article you have to include the Resources paragraph with additional informations
  • Before to merge in master you have to create a change request
  • Be short and provide clean and understandable examples
  • Test/try the examples
  • Articles must be written in English only

eg:

'use strict';

const test = 'test';

What's going on here?

  • a
  • b

What can we learn?

  • a
  • b

Resources

  • r1

results matching ""

    No results matching ""