This content originally appeared on DEV Community and was authored by Sharavana
सूचना:
मी मराठी भाषक नाही आहे!
माझ्या शब्दात काही चूक झाली तर, कृपया माफ करा!
And if any mistakes please correct me!
धन्यवाद!
आवश्यक साधने :
- os: linux
- Typescript compiler
- node.js
प्रक्रिया :
- एक 'Hello' नावाचे project folder तयार करा
- त्यात 'hello.ts' file तयार करा
- या file मधे, हे लिहा :
let my_name: string = `शरवण`;
console.log(`Hello ${my_name}!`);
- file को save करा
- त्यात folder मधे terminal उघडा
- हे run करा :
tsc hello.ts
node hello.js
7.Output:
Hello शरवण!
8.चला! मी जातो!
नमस्कार!!!
This content originally appeared on DEV Community and was authored by Sharavana
Sharavana | Sciencx (2024-06-21T16:19:03+00:00) Hello Typescript! (मराठी मधे ). Retrieved from https://www.scien.cx/2024/06/21/hello-typescript-%e0%a4%ae%e0%a4%b0%e0%a4%be%e0%a4%a0%e0%a5%80-%e0%a4%ae%e0%a4%a7%e0%a5%87/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.