- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 1 - 10 of 87 for test (0.09 sec)
-
RegExp.prototype.test() - JavaScript | MDN
Examples Using test() Simple example that tests if "hello" is...each time test() returns true . Note: As long as test() returns...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/testRegistered: Mon Oct 28 02:10:13 UTC 2024 - Last Modified: Sat Oct 26 00:52:35 UTC 2024 - 79.9K bytes - Viewed (0) -
TypedArray.prototype.filter() - JavaScript | MDN
that pass the test. If no elements pass the test, an empty typed...given typed array that pass the test implemented by the provided...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/filterRegistered: Mon Oct 28 01:58:34 UTC 2024 - Last Modified: Mon Oct 28 00:52:44 UTC 2024 - 80.5K bytes - Viewed (0) -
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/stickyRegistered: Mon Oct 28 01:46:30 UTC 2024 - Last Modified: Sat Oct 26 00:52:35 UTC 2024 - 85.8K bytes - Viewed (0) -
RegExp.input ($_) - JavaScript | MDN
test("foo"); // new test, non-matching RegExp.$_;..."hi there!" re.test("hi world!"); // new test, matching RegExp.$_;...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/inputRegistered: Mon Oct 28 02:11:55 UTC 2024 - Last Modified: Sat Oct 26 00:52:35 UTC 2024 - 69.4K bytes - Viewed (0) -
Symbol.toStringTag - JavaScript | MDN
js const test = document.createElement("button"); test.toString();..."[object HTMLButtonElement]" test[Symbol.toStringTag]; // "HTMLButtonElement"...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toStringTagRegistered: Mon Oct 28 01:52:49 UTC 2024 - Last Modified: Sat Oct 26 00:52:37 UTC 2024 - 75.3K bytes - Viewed (0) -
WeakSet.prototype.has() - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/hasRegistered: Mon Oct 28 03:05:01 UTC 2024 - Last Modified: Sat Oct 26 00:52:38 UTC 2024 - 62K bytes - Viewed (0) -
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/protoRegistered: Mon Oct 28 01:50:35 UTC 2024 - Last Modified: Sat Oct 26 00:52:34 UTC 2024 - 86.4K bytes - Viewed (0) -
String.raw() - JavaScript | MDN
'test' is treated as ['t', 'e', 's',...`t${0}e${1}s${2}t` : js String.raw({ raw: "test" }, 0, 1, 2); // 't0e1s2t' Specifications...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/rawRegistered: Mon Oct 28 02:41:28 UTC 2024 - Last Modified: Sat Oct 26 00:52:36 UTC 2024 - 95.4K bytes - Viewed (0) -
Array.prototype.filter() - JavaScript | MDN
that pass the test. If no elements pass the test, an empty array...the given array that pass the test implemented by the provided...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filterRegistered: Mon Oct 28 02:21:00 UTC 2024 - Last Modified: Sat Oct 26 00:52:26 UTC 2024 - 91.6K bytes - Viewed (0) -
Object.hasOwn() - JavaScript | MDN
JavaScript object instance to test. prop The String name or Symbol...Symbol of the property to test. Return value true if the specified...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnRegistered: Mon Oct 28 02:09:14 UTC 2024 - Last Modified: Sat Oct 26 00:52:34 UTC 2024 - 84K bytes - Viewed (0)