File tree Expand file tree Collapse file tree
01-getting-started/1-intro
02-first-steps/17-javascript-specials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55در اینجا به قابلیتهای جاوا اِسکریپت، اینکه به واسطه آن چه کارهایی میتوان انجام داد و چه تکنولوژیهایی با آن به خوبی کار میکنند، نگاهی میاندازیم.
66
7- <<<<<<< HEAD
8-
9- =======
10- * JavaScript* was initially created to "make web pages alive".
11- >>>>>>> c89ddc5d92195e08e2c32e30526fdb755fec4622
127
138## جاوا اسکریپت چیست
149
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ let x = 5;
8282x = " John" ;
8383```
8484
85- <<<<<<< HEAD
8685۷ نوع داده وجود دارد:
8786عدد- (number) برای اعداد اعشاری و اعداد صحیح.
8887رشته- (string) برای متنها
@@ -91,17 +90,6 @@ x = "John";
9190- undefined: نوعی که فقط دارای مقدار خاص undefined است و نشاندهندهی این است که چیزی نسبت داده نشده است.
9291شیء- (object): برای ساختارهای اطّلاعاتی پیچیده (بعداً در مورد این نوع صحبت خواهیم کرد).
9392نماد- (symbol): برای شناسههای منحصر به فرد (بعداً در مورد این نوع صحبت خواهیم کرد).
94- =======
95- There are 8 data types:
96-
97- - ` number ` for both floating-point and integer numbers,
98- - ` bigint ` for integer numbers of arbitrary length,
99- - ` string ` for strings,
100- - ` boolean ` for logical values: ` true/false ` ,
101- - ` null ` -- a type with a single value ` null ` , meaning "empty" or "does not exist",
102- - ` undefined ` -- a type with a single value ` undefined ` , meaning "not assigned",
103- - ` object ` and ` symbol ` -- for complex data structures and unique identifiers, we haven't learnt them yet.
104- >>>>>>> c89ddc5d92195e08e2c32e30526fdb755fec4622
10593
10694عملگر ` typeof ` نوع هر مقداری را در قالب یک رشته به ما بر میگرداند با دو استثناء:
10795``` js
You can’t perform that action at this time.
0 commit comments