Skip to content

Commit c129df6

Browse files
committed
docs: constistent docs across repos.
1 parent e4bc6bd commit c129df6

3 files changed

Lines changed: 18 additions & 39 deletions

File tree

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# JavaScript
2+
![build status](https://github.com/praisetompane/javascript/actions/workflows/javascript.yaml/badge.svg) <br>
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.
210

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:
11+
## Language Details
1112
- [language specification](https://ecma-international.org/publications-and-standards/standards/ecma-262/)
1213
- interpreter:
1314
- runtimes:
@@ -38,24 +39,26 @@
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
5656
pnpm 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.

src/runtimes/node/legacy/server/SimpleHTTPServer.java

Lines changed: 0 additions & 24 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)