Skip to content

Commit 2ae1387

Browse files
committed
Update README.md
1 parent 8a1ec16 commit 2ae1387

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
@@ -262,7 +262,7 @@ let result2 = sum(3, 5, 7, 9);
262262
<b><a href="#">↥ back to top</a></b>
263263
</div>
264264

265-
## Q. Explain Enum in TypeScript?
265+
## Q. Explain enum datatype in TypeScript?
266266

267267
Enums or enumerations are a TypeScipt data type that allow us to define a set of named constants. Using enums can make it easier to document intent, or create a set of distinct cases. It is a collection of related values that can be numeric or string values.
268268

0 commit comments

Comments
 (0)