स्टैंडर्ड लाइब्रेरी
API में दर्ज ग्लोबल के अलावा, सैंडबॉक्स किया गया JavaScript, बिल्ट-इन टाइप के लिए नीचे दिए गए तरीकों के साथ काम करता है.
Array
स्ट्रिंग
ऑब्जेक्ट
बूलियन
नंबर
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-02-06 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-02-06 (UTC) को अपडेट किया गया."],[[["Sandboxed JavaScript environments support a specific set of methods for built-in types like Array, String, Object, Boolean, and Number, in addition to the global APIs."],["Supported Array methods include common operations such as concat, every, filter, forEach, indexOf, join, map, pop, push, reduce, reverse, slice, sort, splice, and more."],["For Strings, methods like charAt, concat, indexOf, lastIndexOf, match, replace, slice, split, substring, toLowerCase, toUpperCase, and trim are available."],["Object, Boolean, and Number types primarily support the toString method within this sandboxed environment."],["Developers can refer to the provided links for detailed documentation and usage examples of each supported method from Mozilla Developer Network."]]],["Sandboxed JavaScript extends built-in types with specific methods. Arrays support actions like `concat`, `every`, `filter`, `forEach`, `map`, `join`, `push`, `pop`, `slice`, `sort` and `splice`. Strings enable manipulation via `charAt`, `concat`, `indexOf`, `replace`, `slice`, `split`, `trim`, and case conversion functions. Additionally, Objects, Booleans, and Numbers each have a `toString` method available. These methods enhance data manipulation within the Sandboxed JavaScript environment.\n"]]