Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 227 for test (0.17 sec)

  1. RegExp.prototype.test() - JavaScript | MDN

    test(str)); // Expected output: false Syntax js test(str)...match. Examples Using test() This example tests if "hello" is contained...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test
    Registered: Wed Nov 05 02:23:02 UTC 2025
    - Last Modified: Wed Nov 05 01:13:48 UTC 2025
    - 152K bytes
    - Viewed (0)
  2. Function.prototype.toString() - JavaScript | MDN

    function* g() {} test(f); // "function f() {}" test(A); // "class...{ a() {} }" test(g); // "function* g() {}" test((a) => a); //...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/toString
    Registered: Wed Nov 05 00:58:14 UTC 2025
    - Last Modified: Tue Nov 04 01:13:16 UTC 2025
    - 150.5K bytes
    - Viewed (0)
  3. Object.prototype.__proto__ - JavaScript | MDN

    const test = new Test(); console.log(test.__proto__ === Test.prototype);...shapeC.__proto__); // false js function Test() {} Test.prototype.myName = function...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/proto
    Registered: Wed Nov 05 01:37:59 UTC 2025
    - Last Modified: Tue Nov 04 01:13:20 UTC 2025
    - 152.1K bytes
    - Viewed (0)
  4. ReferenceError: can't access lexical declaratio...

    5em;-webkit-text-decoration:none;text-decoration:none;v...ing:.5em;-webkit-text-decoration:none;text-decoration:none;v...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_access_lexical_declaration_...
    Registered: Wed Nov 05 01:18:15 UTC 2025
    - Last Modified: Wed Nov 05 01:13:38 UTC 2025
    - 180.9K bytes
    - Viewed (0)
  5. Array.prototype.filter() - JavaScript | MDN

    that pass the test. If no elements pass the test, an empty array...ing:.5em;-webkit-text-decoration:none;text-decoration:none;v...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter
    Registered: Wed Nov 05 02:04:21 UTC 2025
    - Last Modified: Wed Nov 05 01:13:40 UTC 2025
    - 159K bytes
    - Viewed (0)
  6. SyntaxError: getter and setter for private name...

    5em;-webkit-text-decoration:none;text-decoration:none;v...ing:.5em;-webkit-text-decoration:none;text-decoration:none;v...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Either_be_both_static_or_non-static
    Registered: Wed Nov 05 01:27:37 UTC 2025
    - Last Modified: Wed Nov 05 01:13:38 UTC 2025
    - 175K bytes
    - Viewed (0)
  7. Assertions - JavaScript | MDN

    by the word "test", but we do not include "test" in the match...regex = /First(?= test)/g; console.log("First test".match(regex));...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Assertions
    Registered: Wed Nov 05 02:23:56 UTC 2025
    - Last Modified: Wed Nov 05 01:13:37 UTC 2025
    - 192K bytes
    - Viewed (0)
  8. Object.hasOwn() - JavaScript | MDN

    5em;-webkit-text-decoration:none;text-decoration:none;v...ing:.5em;-webkit-text-decoration:none;text-decoration:none;v...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn
    Registered: Wed Nov 05 01:38:03 UTC 2025
    - Last Modified: Wed Nov 05 01:13:47 UTC 2025
    - 155.3K bytes
    - Viewed (0)
  9. RegExp.prototype.sticky - JavaScript | MDN

    Because test() is a simple wrapper around exec() , test() would...regex.test(str); // true regex.lastIndex = 5; regex.test(str);...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/sticky
    Registered: Wed Nov 05 02:22:58 UTC 2025
    - Last Modified: Wed Nov 05 01:13:48 UTC 2025
    - 153.8K bytes
    - Viewed (0)
  10. Labeled statement - JavaScript | MDN

    items) { for (const test of tests) { if (!test.pass(item)) { continue...true; for (const test of tests) { if (!test.pass(item)) { passed...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label
    Registered: Wed Nov 05 01:33:33 UTC 2025
    - Last Modified: Wed Nov 05 01:13:57 UTC 2025
    - 192.4K bytes
    - Viewed (0)
Back to top