This translation is incomplete. Please help translate this article from English.
যারা মনে করেন জাভাস্ক্রিপ্ট জানেন, তারা রিভিউ করে নিন!
জাভাস্ক্রিপ্ট® (সংক্ষেপে JS) একটি হালকা, ইন্টারপ্রেটেড (কম্পাইল করার প্রয়োজন নেই), ওব্জেক্ট-ওরিয়েন্টেড প্রোগ্রামিং ভাষা। ফাংশন - এর ব্যাপক ব্যবহার আমরা জাভাস্ক্রিপ্টে দেখে থাকি, এটি ওয়েব পেজের স্ক্রিপ্টিং ভাষা হিসেবে বেশি পরিচিত, কিন্তু ব্রাউজার ছাড়াও অন্যান্য জায়গায় ব্যবহার করা হয়। এছাড়া ব্যবহার করা হয় node.js অথবা Apache CouchDB এ।
জাভাস্ক্রিপ্ট স্ট্যান্ডার্ড এর নাম ECMAScript। ২০১২ সাল পর্যন্ত পাওয়া তথ্য অনুযায়ী সব নতুন ব্রাউজার ECMAScript 5.1 সমর্থন করে। পুরোনো ব্রাউজারগুলো অন্তত ECMAScript 3 সমর্থন করে। এখন কাজ চলছে ৬ষ্ঠ রিভিশন নিয়ে। নিবেদিত উইকিতে সাম্প্রতিক তথ্য পাবেন - কি কি নতুন আর উন্নত ফিচার যোগ হল।
আমাদের সাইটের এই অংশে জাভাস্ক্রিপ্ট ভাষা নিয়ে বিস্তারিত আলোচনা করা হয়েছে। ওয়েবপেইজ বা হোস্ট এনভায়রনমেন্ট নিয়ে কোনকিছু এই অংশে নেই। ওয়েবপেইজ সংক্রান্ত নির্দেশনা বা API জানতে DOM দেখুন। DOM এবং জাভাস্ক্রিপ্ট নিয়ে একসাথে নির্দেশনা দেখুন DOM রেফারেন্স পাতায়।
Tutorials
Learn how to program with JavaScript.
Introductory
- JavaScript Guide
- If you are new to JavaScript, this guide will walk you through the language.
- JavaScript technologies overview
- Introduction to the web browser JavaScript landscape.
- Introduction to Object Oriented JavaScript
- Introduction to the concepts of object oriented programming in JavaScript.
Intermediate
- A re-introduction to JavaScript
- An overview for those who think they know about JavaScript.
- JavaScript data structures
- Overview of available data structures in JavaScript.
- Equality comparisons and sameness
- JavaScript provides three different value-comparison operations: strict equality using
===and loose equality using==.
Advanced
- Inheritance and the prototype chain
- Explanation of the widely misunderstood and under-estimated prototype-based inheritance.
- Strict mode
- A restricted variant of JavaScript.
- JavaScript typed arrays
- JavaScript typed arrays provide a mechanism for accessing raw binary data.
- Memory Management
- Memory life cycle and garbage collection in JavaScript.
Reference
Browse the complete JS reference documentation.
- Standard objects
- Get to know standard built-in objects
,ArrayBoolean,Date,Error,Function,JSON,Math,Number,Object,RegExp,String,Map,Set,,WeakMapWeakSet, and others. - Expressions & operators
- Learn more about the behavior of JavaScript's operators
instanceof,typeof,new,this, and more. - Statements & declarations
- Learn how
do-while,for-in,for-of,try-catch,let,var,const,if-else,switch, and more JavaScript statements and keywords work. - Functions
- Learn how to work with JS functions to develop your applications.
Tools & resources
Helpful tools while writing and debugging your JavaScript code.
- Firefox Developer Tools
- Scratchpad, Web Console, JavaScript Profiler, Debugger, and more.
- Firebug
- Edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
- JavaScript Shells
- A JavaScript shell allows you to quickly test snippets of JavaScript code.
- TogetherJS
-
Collaboration made easy.
- Stack Overflow
- Stack Overflow questions tagged with "JavaScript".
- JavaScript versions and release notes
- Browse JavaScript's feature history and implementation status.
Join the JavaScript community
- IRC: #js (learn more)
- ES discuss: esdiscuss.org
- SpiderMonkey: Project page
- Twitter: @SpiderMonkeyJS
U.S. এবং অন্যান্য দেশে জাভাস্ক্রিপ্ট ওরাকল এর ট্রেডমার্ক অথবা নিবন্ধিত ট্রেডমার্ক।

