JavaScript Articles Format and Guidelines

Moving further, let’s check out the format and guidelines that you need to follow while writing JavaScript articles at w3wiki. The articles should contain the following points:

  1. Problem Statement
  2. Description
  3. Links of prerequisites for the approach if there are any.
  4. List of all possible approaches
  5. Explain each approach one by one with an example
    • Approach name in <h2> tag.
    • Description and step-by-step points regarding how this approach will work.
    • Syntax (add the syntax in <pre> tag)
    • Example
    • Output

Note: In the JavaScript article, it is required to add only JavaScript code (instead of using HTML code as well), and select IDE language to JavaScript. In some cases, if the use of HTML code is mandatory, then write the complete HTML code with JavaScript and select IDE language to HTML.

How to Write JavaScript Articles on w3wiki ?

w3wiki allows coding lovers to display their programming skills by writing Javascript-based articles. However, a lot of individuals (especially college students or beginners) find it challenging to describe their learnings and talents and contribute to w3wiki. But now the problem has been solved. This article will guide you through the entire process and guidelines for writing articles at w3wiki.

Similar Reads

Let’s get Started

First and foremost, you need to know how to get started with article writing at GFG along with various other fundamental aspects like why should you contribute, where to write, etc. You can check out this link to know all these details in a comprehensive manner....

How to verify if we can write an article?

Now, you need to check whether you can write an article on a particular topic/problem or not. You can do the same by following the below-mentioned steps:...

JavaScript Articles Format and Guidelines

Moving further, let’s check out the format and guidelines that you need to follow while writing JavaScript articles at GeeksforGeeks. The articles should contain the following points:...

JavaScript Coding Standard Guidelines

Let’s check out the format and guidelines that you need to follow while writing a coding article at GeeksforGeeks. The programming articles should contain the following points:...