Skip to content

Commit

Permalink
Merge pull request sudheerj#269 from Benappiahpoku/patch-9
Browse files Browse the repository at this point in the history
Update Question 251 README.md
  • Loading branch information
sudheerj authored Jun 7, 2024
2 parents a334b4a + 9fcce94 commit e2489d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4651,7 +4651,7 @@

251. ### What is typescript

TypeScript is a typed superset of JavaScript created by Microsoft that adds optional types, classes, async/await, and many other features, and compiles to plain JavaScript. Angular built entirely in TypeScript and used as a primary language. You can install it globally as
TypeScript is a typed superset of JavaScript created by Microsoft that adds optional types, classes, async/await, and many other features, and compiles to plain JavaScript. Angular is built entirely in TypeScript and is used as the primary language. You can install it globally as

```bash
npm install -g typescript
Expand Down

0 comments on commit e2489d3

Please sign in to comment.