https://github.com/lgope/typescript
console.log("Hello World From TypeScript 🙋🏻♂️");
https://github.com/lgope/typescript
typescript
Last synced: 7 months ago
JSON representation
console.log("Hello World From TypeScript 🙋🏻♂️");
- Host: GitHub
- URL: https://github.com/lgope/typescript
- Owner: lgope
- Created: 2023-12-01T08:03:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T17:54:43.000Z (over 1 year ago)
- Last Synced: 2025-01-21T09:48:21.854Z (9 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage: https://www.typescriptlang.org
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript
- `TypeScript` is a strict superset of `ECMAScript 2015`, which is itself a superset of ECMAScript 5, commonly referred to as JavaScript. As such, a JavaScript program is also a valid TypeScript program, and a TypeScript program can seamlessly consume `JavaScript`.
- A superset of JavaScript, TypeScript offers all of the features of JavaScript plus some additional perks. TypeScript intrinsically encourages us to code cleanly, making the code more scalable.
-
## Primary goals of Typescript1. Provide Javascript developers with an **optional type system**
2. Provide Javascript developers with the ability to utilize planned features from **future Javascript editions** against current Javascript engines