Svelte Official Tutorial Walkthrough
 |
Joy TypeScript
This is JavaScript — yet it’s using TypeScript under the hood.
TypeScript isn’t just types — it’s popular because this is the kind of developer experience that every other developer is used to in other languages.
A Swift Tour
print("Hello, world!")
Hello, world!
Syntax:
- Input / output and string handlings are builtin and do not require importing anything
- do not need the
main()
function - Do not require semicolons
;
79 post articles, 10 pages.