Skip to content

Commit c769d9a

Browse files
authored
Update background.md
1 parent 2692108 commit c769d9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/typescript-on-gcp

content/learning-paths/servers-and-cloud-computing/typescript-on-gcp/background.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ To learn more about Google Axion, refer to the [Introducing Google Axion Process
1818

1919
TypeScript is an open-source, strongly typed programming language developed and maintained by Microsoft.
2020

21-
It is a superset of JavaScript, which means all valid JavaScript code is also valid TypeScript, but TypeScript adds **static typing, interfaces, and advanced tooling** to help developers write more reliable and maintainable code.
21+
It is a superset of JavaScript, which means all valid JavaScript code is also valid TypeScript, but TypeScript adds static typing, interfaces, and advanced tooling to help developers write more reliable and maintainable code.
2222

23-
TypeScript is widely used for **web applications, server-side development (Node.js), and large-scale JavaScript projects** where type safety and code quality are important. Learn more from the [TypeScript official website](https://www.typescriptlang.org/) and its [handbook and documentation](https://www.typescriptlang.org/docs/).
23+
TypeScript is widely used for web applications, server-side development (Node.js), and large-scale JavaScript projects** where type safety and code quality are important. Learn more from the [TypeScript official website](https://www.typescriptlang.org/) and its [handbook and documentation](https://www.typescriptlang.org/docs/).

0 commit comments

Comments
 (0)