Skip to content

Commit 8bc2503

Browse files
committed
Update README.md
1 parent 0ee2de3 commit 8bc2503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
**TypeScript** is a superset of JavaScript which primarily provides optional static typing, classes and interfaces.
1010
Typescript is an extension of ES6.
1111

12-
* TypeScript includes Interfaces, Classes, Enums, Type Inference, Generics, access modifiers, Function etc. TypeScript makes typing a bit easier and a lot less explicit by the usage of type inference.
12+
* TypeScript includes **Interfaces**, **Classes**, **Enums**, **Type Inference**, **Generics**, **access modifiers**, **Function** etc. TypeScript makes typing a bit easier and a lot less explicit by the usage of type inference.
1313

1414
* TypeScript supports new ECMAScript standards and compiles them to (older) ECMAScript targets of your choosing. This means that you can use features of ES2015 and beyond, like modules, lambda functions, classes, the spread operator, destructuring etc.
1515

0 commit comments

Comments
 (0)