File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# JavaScript
22
3- ** objective** : An in-depth study of:
4- - JavaScript's Intepreter:
5- - This focuses on:
6- - [ V8] ( https://github.com/v8/v8 )
7- - [ Node] ( https://github.com/nodejs/node )
8- - JavaScript's language design, implementation and ecosystem.
9-
10- ## Language Details:
3+ ## Objectives
4+ - An in-depth study of:
5+ - JavaScript's Intepreter.
6+ - This focuses on:
7+ - [ V8] ( https://github.com/v8/v8 )
8+ - [ Node] ( https://github.com/nodejs/node )
9+ - JavaScript's language design, implementation and ecosystem.
10+
11+ ## Language Details
1112- [ language specification] ( https://ecma-international.org/publications-and-standards/standards/ecma-262/ )
1213- interpreter:
1314 - runtimes:
3839 - ECMAScript v1: 1997
3940 - 2015+: annual release
4041
41- ## Testing:
42- - jest
42+ ## Testing
43+
4344
44- ## Use Cases:
45+ ## Use Cases
4546- [ Applications for JavaScript] ( )
4647
47- ## Learning Resources:
48+ ## Learning Resources
4849- [ JavaScript] ( https://roadmap.sh/javascript )
4950- [ TypeScript] ( https://roadmap.sh/typescript )
5051- practice problems
5152
5253
53- ## Spell Check:
54-
54+ ## Spell Check
5555``` shell
5656pnpm run lint
5757```
5858
59- # References:
59+ ## Legend
60+ ** Q** : Question for later research
61+
62+ ** MYINC** : My Insight/Conjecture [ Could Be Unoriginal/False and Likely Is]
6063
6164** Disclaimer** : This is an ongoing and incomplete project to unpack these concepts and serve as my distributed memory.
You can’t perform that action at this time.
0 commit comments