---
title: "TypeScript Tutorial: Go beyond ‘Hello, World!’"
url: https://daily.dev/posts/typescript-tutorial-go-beyond-hello-world--fgo6pjwpe
source_url: https://thenewstack.io/typescript-tutorial-go-beyond-hello-world/
type: article
source: "The New Stack"
published: 2022-07-31T10:05:40.439Z
updated: 2022-07-31T10:05:40.353Z
tags: ["javascript", "html", "typescript"]
reading_time: 5
upvotes: 28
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# TypeScript Tutorial: Go beyond ‘Hello, World!’

**[The New Stack](https://daily.dev/sources/newstack)** · 5 min read · 28 upvotes · 0 comments

## Summary

The entire first section defines our function that will add the values of x and y that we’ll define in the next line that looks like this. The results of running the app will print out 13.14 (because we added 3.14 to 10) This is great. What about taking input from a user? That’s possible as well as using the parseInt function. You’re on fire!

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://thenewstack.io/typescript-tutorial-go-beyond-hello-world/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#html](https://daily.dev/tags/html), [#typescript](https://daily.dev/tags/typescript)

[View this post on daily.dev](https://daily.dev/posts/typescript-tutorial-go-beyond-hello-world--fgo6pjwpe)
