File tree Expand file tree Collapse file tree
src/runtimes/node/legacy/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# JavaScript
2+ ![ build status] ( https://github.com/praisetompane/javascript/actions/workflows/javascript.yaml/badge.svg ) <br >
23
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.
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.
911
10- ## Language Details:
12+ ## Language Details
1113- [ language specification] ( https://ecma-international.org/publications-and-standards/standards/ecma-262/ )
1214- interpreter:
1315 - runtimes:
3840 - ECMAScript v1: 1997
3941 - 2015+: annual release
4042
41- ## Testing:
42- - jest
43+ ## Testing
4344
44- ## Use Cases:
45+
46+ ## Use Cases
4547- [ Applications for JavaScript] ( )
4648
47- ## Learning Resources:
49+ ## Learning Resources
4850- [ JavaScript] ( https://roadmap.sh/javascript )
4951- [ TypeScript] ( https://roadmap.sh/typescript )
5052- practice problems
5153
5254
53- ## Spell Check:
54-
55+ ## Spell Check
5556``` shell
5657pnpm run lint
5758```
5859
59- # References:
60+ ## Legend
61+ ** Q** : Question for later research
62+
63+ ** MYINC** : My Insight/Conjecture [ Could Be Unoriginal/False and Likely Is]
6064
6165** Disclaimer** : This is an ongoing and incomplete project to unpack these concepts and serve as my distributed memory.
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments