Array.names
Code IndexAdd Codota to your IDE (free)

Best JavaScript code snippets using builtins.Array.names(Showing top 3 results out of 315)

origin: DavidAnson/markdownlint

 r = r || "[NO RULE]";
 test.ok(ruleHasTags,
  "Missing tags for rule " + r.names + ".");
 test.ok(ruleHasAliases,
  "Missing aliases for rule " + r.names + ".");
 test.ok(!ruleUsesParams,
  "Missing parameters for rule " + r.names + ".");
    "Missing rule implementation for " + token.content + ".");
   test.equal(token.content,
    rule.names[0] + " - " + rule.description,
    "Rule mismatch.");
   ruleUsesParams = rule.function.toString()
    rule.tags, "Tag mismatch for rule " + rule.names + ".");
   ruleHasTags = true;
  } else if (/^Aliases: /.test(token.content) && rule) {
   test.deepEqual(token.content.split(tagAliasParameterRe).slice(1),
    rule.names.slice(1),
    "Alias mismatch for rule " + rule.names + ".");
   ruleHasAliases = true;
  } else if (/^Parameters: /.test(token.content) && rule) {
    });
   test.deepEqual(parameters, ruleUsesParams,
    "Missing parameter for rule " + rule.names);
   ruleUsesParams = null;
test.ok(!ruleLeft,
origin: apigee-127/sway

  createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
 } else {
  createDebug.names.push(new RegExp('^' + namespaces + '$'));
for (i = 0, len = createDebug.names.length; i < len; i++) {
 if (createDebug.names[i].test(name)) {
  return true;
origin: apigee-127/sway

  createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
 } else {
  createDebug.names.push(new RegExp('^' + namespaces + '$'));
for (i = 0, len = createDebug.names.length; i < len; i++) {
 if (createDebug.names[i].test(name)) {
  return true;
builtins(MDN)Arraynames

Most used builtins functions

  • Console.log
  • Array.push
    Appends new elements to an array, and returns the new length of the array.
  • Array.length
    Gets or sets the length of the array. This is a number one higher than the highest element defined i
  • JSON.stringify
    Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
  • Array.forEach
    Performs the specified action for each element in an array.
  • ObjectConstructor.keys,
  • Array.map,
  • JSON.parse,
  • setTimeout,
  • Array.join,
  • Promise.then,
  • ObjectConstructor.assign,
  • String.replace,
  • require,
  • parseInt,
  • Promise.catch,
  • ArrayConstructor.isArray,
  • Array.filter,
  • Array.concat

Popular in JavaScript

  • node-fetch
    A light-weight module that brings window.fetch to node.js
  • chalk
    Terminal string styling done right
  • cheerio
    Tiny, fast, and elegant implementation of core jQuery designed specifically for the server
  • request
    Simplified HTTP request client.
  • winston
    A logger for just about everything.
  • colors
    get colors in your node.js console
  • http
  • express
    Fast, unopinionated, minimalist web framework
  • async
    Higher-order functions and common patterns for asynchronous code
  • Top plugins for WebStorm
    The challenge is finding the best plugins for JavaScript development on Intellij IDEs. Who wants to sit there and go over hundreds of plugins to pick the best?

For WebStorm and
Intellij IDEA Ultimate

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)