|
1 | 1 | # در آمدی بر جاوا اسکریپت
|
2 | 2 |
|
3 |
| -<<<<<<< HEAD |
4 |
| - |
5 |
| -======= |
| 3 | +@@@needs translation@@@ |
| 4 | +@@@new part@@@ |
6 | 5 | Let's see what's so special about JavaScript, what we can achieve with it, and what other technologies play well with it.
|
7 |
| ->>>>>>> 0599d07b3c13ee25f583fc091cead3c17a7e7779 |
| 6 | +@@@new part@@@ |
| 7 | +@@@needs translation@@@ |
8 | 8 |
|
9 | 9 | در اینجا به قابلیتهای جاوا اِسکریپت، اینکه به واسطه آن چه کارهایی میتوان انجام داد و چه تکنولوژیهایی با آن به خوبی کار میکنند، نگاهی میاندازیم.
|
10 | 10 |
|
@@ -82,12 +82,15 @@ Let's see what's so special about JavaScript, what we can achieve with it, and w
|
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| -<<<<<<< HEAD |
| 85 | +@@@needs translation@@@ |
| 86 | +@@@old part@@@ |
86 | 87 | ۲. سپس آن را به زبان ماشین ترجمه میکند (Compile).
|
87 |
| -======= |
| 88 | +@@@old part@@@ |
| 89 | +@@@new part@@@ |
88 | 90 | There are ways to interact with camera/microphone and other devices, but they require a user's explicit permission. So a JavaScript-enabled page may not sneakily enable a web-camera, observe the surroundings and send the information to the [NSA](https://en.wikipedia.org/wiki/National_Security_Agency).
|
89 | 91 | - Different tabs/windows generally do not know about each other. Sometimes they do; for example when one window uses JavaScript to open the other one. But even in this case, JavaScript from one page may not access the other if they come from different sites (from a different domain, protocol or port).
|
90 |
| ->>>>>>> 0599d07b3c13ee25f583fc091cead3c17a7e7779 |
| 92 | +@@@new part@@@ |
| 93 | +@@@needs translation@@@ |
91 | 94 |
|
92 | 95 |
|
93 | 96 |
|
@@ -233,10 +236,10 @@ Let's see what's so special about JavaScript, what we can achieve with it, and w
|
233 | 236 |
|
234 | 237 | - زبانهای مختلفی وجود دارند که به جاوا اِسکریپت تبدیل میشوند تا بتوانند ویژگیهای مشخصی را فراهم کنند. که پیشنهاد میکنیم حداقل یکی از آنها را بعد از تسلط به جاوا اِسکریپت مطالعه نمائید.
|
235 | 238 |
|
236 |
| -<<<<<<< HEAD |
237 |
| - |
238 |
| -======= |
| 239 | +@@@needs translation@@@ |
| 240 | +@@@new part@@@ |
239 | 241 | - JavaScript was initially created as a browser-only language, but it is now used in many other environments as well.
|
240 | 242 | - Today, JavaScript has a unique position as the most widely-adopted browser language with full integration in HTML/CSS.
|
241 | 243 | - There are many languages that get "transpiled" to JavaScript and provide certain features. It is recommended to take a look at them, at least briefly, after mastering JavaScript.
|
242 |
| ->>>>>>> 0599d07b3c13ee25f583fc091cead3c17a7e7779 |
| 244 | +@@@new part@@@ |
| 245 | +@@@needs translation@@@ |
0 commit comments