স্ট্যান্ডার্ড লাইব্রেরি
API- তে নথিভুক্ত গ্লোবাল ছাড়াও, স্যান্ডবক্সড জাভাস্ক্রিপ্ট বিল্ট-ইন প্রকারগুলিতে নিম্নলিখিত পদ্ধতিগুলিকে সমর্থন করে।
অ্যারে
স্ট্রিং
অবজেক্ট
বুলিয়ান
সংখ্যা
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-26 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."]]],[]]