diff --git a/1-js/02-first-steps/01-hello-world/article.md b/1-js/02-first-steps/01-hello-world/article.md index 4d949b977..0b2a6807e 100644 --- a/1-js/02-first-steps/01-hello-world/article.md +++ b/1-js/02-first-steps/01-hello-world/article.md @@ -1,17 +1,17 @@ -# Hello, world! +# வணக்கம், உலகமே! -This part of the tutorial is about core JavaScript, the language itself. +டுடோரியலின் இந்த பகுதி ஜாவாஸ்கிரிப்ட் என்கிற நிரலாக்க மொழியின் மைய்யக் கருத்துகளை பற்றியது. -But we need a working environment to run our scripts and, since this book is online, the browser is a good choice. We'll keep the amount of browser-specific commands (like `alert`) to a minimum so that you don't spend time on them if you plan to concentrate on another environment (like Node.js). We'll focus on JavaScript in the browser in the [next part](/ui) of the tutorial. +ஆனால் இந்த ஸ்கிரிப்ட்களை(அச்சுருஎழுத்து) இயக்க ஒரு செயற்பாட்டுத்தளம்(working environment) தேவைப்படுகிறது. மேலும் இந்த புத்தகம் "நேரடி இணையதளத்தில்"(online) இருப்பதால், உலாவி ஒரு சிறந்த தேர்வாகும். எனினும் உலாவிக்கு மட்டுமே பயன்படுத்தக்கூடிய கட்டளைகளின் அளவை (`alert` போன்றவை) குறைந்தபட்சமாக உபயோகப்படுத்தியுள்ளோம். இதன்மூலம் நீங்கள் மற்றொரு சூழலில் (Node.js போன்றவை) கவனம் செலுத்த திட்டமிட்டால் அவற்றில் நேரத்தை செலவிட வேண்டியதில்லை. டுடோரியலின் [அடுத்த பகுதி](/ui) -இல் ஜாவாஸ்கிரிப்ட்-ஐ உலாவியில் பயன்படுத்துவது பற்றி கவனம் செலுத்துவோம். -So first, let's see how we attach a script to a webpage. For server-side environments (like Node.js), you can execute the script with a command like `"node my.js"`. +எனவே முதலில், ஒரு வலைப்பக்கத்தில் ஒரு ஸ்கிரிப்டை எவ்வாறு இணைப்பது என்று பார்ப்போம். வழங்கி-உழி(Server-side) சூழல்களுக்கு (Node.js போன்றவை), நீங்கள் `"node my.js"` போன்ற கட்டளையுடன் ஸ்கிரிப்டை இயக்கலாம். -## The "script" tag +## "ஸ்கிரிப்ட்" (script) என்ற குறிச்சொல் -JavaScript programs can be inserted into any part of an HTML document with the help of the ` */!* -
...After the script.
+...ஸ்கிரிப்டுக்குப் பிறகு.