এই রেফারেন্স সম্পর্কে...
আপনি কি পারবেন জাভাস্ক্রিপ্ট শিখতে? যদি C অথবা ভিজুয়াল-বেসিক টাইপের প্রোগ্রামিং ভাষার সাথে মোলাকাত থাকে তাহলে ভাল, কিন্তু আবশ্যকীয় না।
বড়-সর পরিবেশ, যেমন ব্রাউজার, সার্ভারের স্ক্রিপ্ট অথবা এই ধরণের পরিবেশে জাভাস্ক্রিপ্ট চলবে এমনটাই ধরে নিয়ে জাভাস্ক্রিপ্ট ডিজাইন করা হয়েছে। এই রেফারেন্সের বেশিরভাগ অংশেই তাই আমরা কোন নির্দিষ্ট পরিবেশের জন্য কোন কিছু দেখাইনি। যেমন, আমরা একটা ফাংশন println আছে ধরে নিয়েছি -আর এই ফাংশন টা এই রেফারেন্সের বিভিন্ন অংশে ব্যবহার করেছি, যদিও জাভাস্ক্রিপ্টে এই নামে কোন ফাংশন নাই! ব্রাউজারে যখন চলছে জাভাস্ক্রিপ্ট তখন আমরা এই println ফাংশনটাকে নিচের মত ধরে নিতে পারবঃ
অন্যান্য পরিবেশে কিভাবে এই println কে ম্যাপ করবেন তা পাঠকের জন্য রেখে দিলাম!
ফরম্যাটিং রীতিনীতি
এই ডকুমেন্টটি যাতে ঠিকমত ব্যবহার করা যায় সেজন্যে সিন্ট্যাক্স বেশ বিষদভাবে দেখানো হয়েছে। এইসব সিন্ট্যাক্স-অংশে elipses(...) ছাড়া যা-কিছু বাকা হরফে (italicized) দেখানো হয় নাই তা হুবুহু ব্যবহার করতে হবে। ব্যবহারকারী যেসব নাম-ধাম ব্যবহার করবেন তা বাকা হরফে দেখানো হয়েছে। স্কয়ার ব্র্যাকেট ( [ আর ] ) এর মাঝে যা কিছু দেখিয়েছি সব ঐচ্ছিক। আর যদি কমা-দিয়ে-পৃথক-করা কোনকিছুর লিস্ট পাওয়া যায় তার অর্থ হল এই লিস্টের আইটেমগুলি ক্রমিক। আর প্রথম আইটেম ছাড়া লিস্টের বাকি সব হল ঐচ্ছিক। (যেমন "param1, param2, ..., paramN" এই লিস্টের শুধুমাত্র param1 আইটেমটা আবশ্যকীয়, বাকি সব ঐচ্ছিক।)
জাভাস্ক্রিপ্টের ইতিহাস
মজিলা যেসব নতুন ব্রাউজার প্রকাশ করে সেগুলোতে জাভাস্ক্রিপ্টের নতুন ভার্সন দেওয়া থাকে। মজিলার বিভিন্ন ভার্সনের ব্রাউজারে জাভাস্ক্রিপ্টের কোন ভার্সন দেওয়া ছিল নিচে তার একটা তালিকা দেওয়া আছে।
যেই ব্রাউজারগুলোয় অন্ততঃ জাভাস্ক্রিপ্টের ১.৫ ভার্সন-ও নাই সেই সব ব্রাউজার বিলুপ্তপ্রায়, কারণ ১.৫ ছাড়া হয়েছিল সেই ১৯৫৩ সালে (থুক্কু ১৯৯৯ সালে)। ইতিহাস নিয়ে নাড়াচাড়া করার ইচ্ছা থাকলে ECMAScript এর উইকিপেডিয়া আর্টিকেল দেখুন।
জাভাস্ক্রিপ্ট/ব্রাউজার সাপোর্ট তালিকা
| জাভাস্ক্রিপ্ট (SpiderMonkey) ভার্সন | মজিলা রিলিজ | Gecko ভার্সন |
|---|---|---|
| JavaScript 1.5 | Navigator 6.0, Mozilla Application Suite, Firefox 1.0 | Gecko 0.6x-1.7 |
| JavaScript 1.6 | Firefox 1.5 | Gecko 1.8 |
| JavaScript 1.7 | Firefox 2 | Gecko 1.8.1 |
| JavaScript 1.8 | Firefox 3 | Gecko 1.9 |
| JavaScript 1.8.5 | Firefox 4 | Gecko 2.0 |
| JavaScript 1.8.6 | Firefox 17 | Gecko 17 |
জাভাস্ক্রিপ্টের তথ্য পাবেন কোথায়?
জাভাস্ক্রিপ্টের কোর ল্যাংগুয়েজ (বেশিরভাগ ক্ষেত্রে বিশুদ্ধ ECMAScript) ডকুমেন্টে যা যা আছেঃ
জাভাস্ক্রিপ্ট ইশকুলের নতুন শিক্ষার্থীরা গাইডবই দিয়ে শুরু করতে পারেন। মোটামোটি দখল এসে যাওয়ার পর প্রত্যেকটা অবজেক্ট/ভাষাটির কন্সট্রাক্টস নিয়ে ধারণা শক্তপোক্ত করার জন্য রেফারেন্সে ডুব মারুন!
গ্লোবাল অবজেক্ট
General-purpose constructors
Typed array constructors
- ArrayBuffer
- DataView
- Float32Array
- Float64Array
- Int16Array
- Int32Array
- Int8Array
- Uint16Array
- Uint32Array
- Uint8Array
- Uint8ClampedArray
Internationalization constructors
Error constructors
- Error
- EvalError
- InternalError
- RangeError
- ReferenceError
- StopIteration
- SyntaxError
- TypeError
- URIError
Non-constructor functions
- decodeURI
- decodeURIComponent
- encodeURI
- encodeURIComponent
- eval
- isFinite
- isNaN
- parseFloat
- parseInt
- uneval
Other
Functions and function scope
Statements
JavaScript statements consist of keywords used with the appropriate syntax. A single statement may span multiple lines. Multiple statements may occur on a single line if each statement is separated by a semicolon. This isn't a keyword, but a group of keywords.
- block
- A block statement is used to group zero or more statements. The block is delimited by a pair of curly brackets.
break- Terminates the current loop, switch, or label statement and transfers program control to the statement following the terminated statement.
const- Declares a read-only named constant.
continue- Terminates execution of the statements in the current iteration of the current or labelled loop, and continues execution of the loop with the next iteration.
debugger- Invokes any available debugging functionality. If no debugging functionality is available, this statement has no effect.
do...while- Creates a loop that executes a specified statement until the test condition evaluates to false. The condition is evaluated after executing the statement, resulting in the specified statement executing at least once.
export- Allows a signed script to provide properties, functions, and objects to other signed or unsigned scripts. This feature is not in ECMA-262, Edition 3.
for- Creates a loop that consists of three optional expressions, enclosed in parentheses and separated by semicolons, followed by a statement executed in the loop.
for each...in- Iterates a specified variable over all values of object's properties. For each distinct property, a specified statement is executed.
for...in- Iterates over the enumerable properties of an object, in arbitrary order. For each distinct property, statements can be executed.
for...of- Iterates over iterable objects (including arrays, array-like objects, iterators and generators), invoking a custom iteration hook with statements to be executed for the value of each distinct property.
function- Declares a function with the specified parameters.
if...else- Executes a statement if a specified condition is true. If the condition is false, another statement can be executed.
import- Allows a script to import properties, functions, and objects from a signed script that has exported the information. This feature is not in ECMA 262, Edition 3.
- label
- Provides a statement with an identifier that you can refer to using a
breakorcontinuestatement. let- Declares a block scope local variable, optionally initializing it to a value.
return- Specifies the value to be returned by a function.
switch- Evaluates an expression, matching the expression's value to a case label, and executes statements associated with that case.
throw- Throws a user-defined exception.
try...catch- Marks a block of statements to try, and specifies a response, should an exception be thrown.
var- Declares a variable, optionally initializing it to a value.
while- Creates a loop that executes a specified statement as long as the test condition evaluates to true. The condition is evaluated before executing the statement.
with- Extends the scope chain for a statement.
yield- See New_in_JavaScript 1.7 & Iterators and generators
Operators and other keywords
- There are several special operators that do not fit into any other category:
- Arithmetic Operators
-
(
+,-,*,/,%,++,--, unary-, unary +)Arithmetic operators take numerical values (either literals or variables) as their operands and return a single numerical value.
- Assignment Operators
-
(
=, *=, /=, %=, +=, -=, <<=, >>=, >>>=, &=, ^=, |=)An assignment operator assigns a value to its left operand based on the value of its right operand.
- Bitwise Operators
-
(
&,|,^,~,<<,>>,>>>)Bitwise operators treat their operands as a set of 32 bits (zeros and ones) and return standard JavaScript numerical values.
- Comparison Operators
-
(
==,!=,===,!==,>,>=,<,<=)A comparison operator compares its operands and returns a logical value based on whether the comparison is true.
- Logical Operators
-
(
&&,||,!)Logical operators are typically used with boolean (logical) values, and when they are, they return a boolean value.
- String Operators
-
(
+and+=)The string operators concatenate two string values together, returning another string that is the union of the two strings.
- Member Operators
-
(
object.propertyandobject["property"])Member operators provide access to a property or method of an object.
- Special Operators
-
- Conditional Operator
-
(
condition ? ifTrue : ifFalse)The conditional operator returns one of two values based on the logical value of the condition.
- Comma Operator
-
(
,)The comma operator allows multiple expressions to be evaluated in a single statement and returns the result of the last expression.
- delete Operator
-
(
delete)The delete operator deletes a property from an object.
- function Operator
-
(
function)The function operator defines a function.
- get Operator
-
(
get)The get operator defines a property to be a getter.
- in Operator
-
(
in)The in operator determines whether an object has a given property.
- instanceof Operator
-
(
instanceof)The instanceof operator determines whether an object is an instance of another object.
- let Operator
-
(
let)The let operator temporarily assigns a value to a variable that only effects an expression.
- new Operator
-
(
new)The new operator creates an instance of a constructor.
- set Operator
-
(
set)The set operator defines a property to be a setter.
- this Operator
-
(
this)The this operator refers to the execution context.
- typeof Operator
-
(
typeof)The typeof operator determines the type of a given object.
- void Operator
-
(
void)The void operator discards an expressions return value.
- yield Operator
-
(
yield)The yield operator determines what is returned in a generator by that generator's iterator.
- Operator Precedence
- Operator precedence defines the order in which operators are evaluated.
Comments
- Code comments (
//and/* */)
E4X (extension)
Global statements:
Global functions:
Global constructors:
Mozilla Developer Network