- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 41 - 50 of 206 for test (0.08 sec)
-
RegExp - JavaScript | MDN
test() Tests for a match in its string...regex.test(str); // true regex.lastIndex = 5; regex.test(str);...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExpRegistered: Mon Oct 28 00:56:17 UTC 2024 - Last Modified: Sat Oct 26 00:52:35 UTC 2024 - 122.3K bytes - Viewed (0) -
Named backreference: \k<name> - JavaScript | MDN
test("k"); // true Examples Pairing...capturing group and matches the same text as that group. For unnamed capturing...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_backreferenceRegistered: Mon Oct 28 00:51:51 UTC 2024 - Last Modified: Sat Oct 26 00:52:40 UTC 2024 - 143K bytes - Viewed (0) -
Object.prototype.propertyIsEnumerable() - JavaS...
The name of the property to test. Can be a string or a Symbol...EnumerableOwn"); // false Testing symbol properties Symbol properties...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerableRegistered: Mon Oct 28 01:49:12 UTC 2024 - Last Modified: Sat Oct 26 00:52:34 UTC 2024 - 83.8K bytes - Viewed (0) -
Array.prototype.findLastIndex() - JavaScript | MDN
provided testing function. If no elements satisfy the testing function,...element that satisfies the testing function (rather than its index)....developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findLastIndexRegistered: Mon Oct 28 02:20:18 UTC 2024 - Last Modified: Sat Oct 26 00:52:26 UTC 2024 - 86.4K bytes - Viewed (0) -
Atomics.wait() - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/waitRegistered: Mon Oct 28 02:38:34 UTC 2024 - Last Modified: Sat Oct 26 00:52:27 UTC 2024 - 59.6K bytes - Viewed (0) -
Atomics.waitAsync() - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/waitAsyncRegistered: Mon Oct 28 02:38:57 UTC 2024 - Last Modified: Sat Oct 26 00:52:27 UTC 2024 - 60.4K bytes - Viewed (0) -
Array.prototype.some() - JavaScript | MDN
some() method of Array instances tests whether at least one element...element in the array passes the test implemented by the provided function....developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/someRegistered: Mon Oct 28 02:20:44 UTC 2024 - Last Modified: Sat Oct 26 00:52:26 UTC 2024 - 92.5K bytes - Viewed (0) -
Backreference: \1, \2 - JavaScript | MDN
test("ac"); // true /\1(a)/.test("a"); // true...match text with different casing from the original text. js /(b)\1/i.test("bB");...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/BackreferenceRegistered: Mon Oct 28 00:51:56 UTC 2024 - Last Modified: Sat Oct 26 00:52:40 UTC 2024 - 147.6K bytes - Viewed (0) -
String.prototype.isWellFormed() - JavaScript | MDN
isWellFormed() allows you to test whether a string is well-formed...avoided by using isWellFormed() to test the string before passing it...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/isWellFormedRegistered: Mon Oct 28 01:59:41 UTC 2024 - Last Modified: Sat Oct 26 00:52:36 UTC 2024 - 81.9K bytes - Viewed (0) -
Number.isNaN() - JavaScript | MDN
Parameters value The value to be tested for NaN . Return value The...with NaN . Note that you cannot test for equality with NaN using...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaNRegistered: Mon Oct 28 01:40:29 UTC 2024 - Last Modified: Sat Oct 26 00:52:33 UTC 2024 - 74K bytes - Viewed (0)