Skip to content

Commit d36c37c

Browse files
authored
README.md [V2]
Version 2 of the README.md file for this project.
1 parent 410e850 commit d36c37c

File tree

1 file changed

+62
-2
lines changed

1 file changed

+62
-2
lines changed

README.md

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,68 @@ _/!\ This example has not been tested yet, and may not work_
4949

5050
3. TypeScript uses the `*.ts` file extension
5151

52-
4. TypeScript was influenced by C#, Java, and JavaScript
52+
4. TypeScript also uses the `*.tsx` file extension for TypeScript scripts that use JSX source code
53+
54+
5. TypeScript was influenced by C#, Java, and JavaScript
5355

54-
5. No other knowledge of the TypeSctipr programming language
56+
6. Any valid TypeScript source code is valid JavaScript source code, and vice versa
57+
58+
7. TypeScript is one of the top 50 programming languages (as of 2022)
59+
60+
8. TypeScript is a language that compiles to JavaScript. I am unsure if the TypeScript alone (uncompiled) can do anything useful
61+
62+
9. No other knowledge of the TypeScript programming language
63+
64+
***
65+
66+
## File info
67+
68+
**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
69+
70+
**File version:** `2 (2022, Monday, July 25th at 5:45 pm PST)`
71+
72+
**Line count (including blank lines and compiler line):** `117`
73+
74+
***
75+
76+
## File history
77+
78+
<details><summary><p>Click/tap here to expand/collapse the history for this file</p></summary>
79+
80+
<details><summary><p><b>Version 1 (2021, Friday, November 26th at 4:41 pm PST)</b></p></summary>
81+
82+
> Changes:
83+
84+
> * Started the file
85+
86+
> * Added the `title` section
87+
88+
> * Added the `hello world in TypeScript` section
89+
90+
> * Added the `comments in TypeScript` section
91+
92+
> * Added the `break keyword in TypeScript` section
93+
94+
> * Added the `other knowledge of the TypeScript programming language` section
95+
96+
> * No other changes in version 1
97+
98+
</details>
99+
100+
<details><summary><p><b>Version 2 (2022, Monday, July 25th at 5:45 pm PST)</b></p></summary>
101+
102+
> Changes:
103+
104+
> * Updated the `other knowledge of the TypeScript programming language` section
105+
106+
> * Added the `file info` section
107+
108+
> * Added the `file history` section
109+
110+
> * No other changes in version 2
111+
112+
</details>
113+
114+
</details>
55115

56116
***

0 commit comments

Comments
 (0)