-
Notifications
You must be signed in to change notification settings - Fork 13
Translate Hello world! page #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
GasimGasimzada
commented
Feb 13, 2020
- Overview
- The script tag
- Modern Markup
- External Scripts
- Summary
- Task: Alert
- Task: Alert from External File
|
[html src="index.html"] | ||
|
||
For the file `alert.js` in the same folder: | ||
Eyni direktoriyada yerlşən `alert.js` faylı: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yerləşən*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
direktoriya ya qovluq daha yaxşıdır?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mənə fərqli yoxdur. Mən özüm direktoriya sözünü daha çox bəyənirəm, amma istəyirsinizsə, qovluq sözünə dəyişə bilərəm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hələlik direktoriya kimi qalsın
Direktoriya və ya Qovluq termininin işləməsi məsələsini həll etdikdən sonra bu PR-ı merge edə bilərik. |
There is much more to learn about browser scripts and their interaction with the webpage. But let's keep in mind that this part of the tutorial is devoted to the JavaScript language, so we shouldn't distract ourselves with browser-specific implementations of it. We'll be using the browser as a way to run JavaScript, which is very convenient for online reading, but only one of many. | ||
Brauzer skriptləri və onların veb səhifə ilə interaksiyası haqqında öyrənilməli daha çox məlumat var. Lakin, dərsliyin bu hissəsinin JavaScript dilinə hərs olunduğu üçün biz brauzerə xas tətbiqlərə fokuslanmayacağıq. Biz JavaScript kodunu icra etmək üçün brauzerdən istifadə edəcəyik. Brauzerdən istifadə etdikdə icra olunan skriptləri onlayn oxumaq olur. Lakin, skriptləri başqa mühitlərdə də icra etmək mümkündür. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
həsr* olunduğu
@orkhan-huseyn birləşdirək? |
Birləşdirək. @ziyaddin |
Updated Repo