Array Back

In JavaScript, you can use a literal or a class name to create an array object:

  • Object Literal:
const literalArray = [];
  • Class Name:
const classArray = new Array();
Empty Comments
Sign in GitHub

As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.

Notice: This plugin has used Cookie to store your token with an expiration.