Skip to content

Commit 339f546

Browse files
committed
docs: add typescript compiiler and ECMA standard docs
1 parent 0ad47aa commit 339f546

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,9 @@ dist
133133
.pnp.*
134134

135135
DS_Store
136-
.DS_Store
136+
.DS_Store
137+
138+
ecosystem/
139+
scratch_pad/
140+
journal/
141+
applications/

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# JavaScript
22
![build status](https://github.com/praisetompane/javascript/actions/workflows/javascript.yaml/badge.svg) <br>
33

4-
## Objectives
5-
- An in-depth study of:
6-
- JavaScript's Intepreter.
7-
- This focuses on:
8-
- [V8](https://github.com/v8/v8)
9-
- [Node](https://github.com/nodejs/node)
10-
- JavaScript's language design, implementation and ecosystem.
4+
## Objectives
5+
- Notes on SQL JavaScript
116

127
## Language Details
138
- [language specification](https://ecma-international.org/publications-and-standards/standards/ecma-262/)
9+
- [EMCA-262](https://github.com/tc39/ecma262)
1410
- interpreter:
1511
- runtimes:
1612
- Firefox: SpiderMonkey
@@ -39,6 +35,7 @@
3935
- history:
4036
- ECMAScript v1: 1997
4137
- 2015+: annual release
38+
- [The Weird History of JavaScript](https://www.youtube.com/watch?v=Sh6lK57Cuk4)
4239

4340
## Testing
4441

@@ -49,6 +46,7 @@
4946
## Learning Resources
5047
- [JavaScript](https://roadmap.sh/javascript)
5148
- [TypeScript](https://roadmap.sh/typescript)
49+
- https://developer.mozilla.org/en-US/docs/Web/JavaScript
5250
- practice problems
5351

5452

src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)