Skip to content

Commit cda14e3

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

3 files changed

Lines changed: 18 additions & 38 deletions

File tree

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
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:
@@ -38,24 +40,26 @@
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
5657
pnpm 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.

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)