Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# JavaScript
![build status](https://github.com/praisetompane/javascript/actions/workflows/javascript.yaml/badge.svg) <br>

## Objectives
## Objectives
- An in-depth study of:
- JavaScript's Intepreter.
- This focuses on:
- [V8](https://github.com/v8/v8)
- [Node](https://github.com/nodejs/node)
- [Typescript to JavaScript Compiler](https://github.com/microsoft/typescript-go)
- JavaScript's language design, implementation and ecosystem.

## Language Details
- [language specification](https://ecma-international.org/publications-and-standards/standards/ecma-262/)
- [EMCA-262](https://github.com/tc39/ecma262)
- interpreter:
- runtimes:
- Firefox: SpiderMonkey
Expand Down Expand Up @@ -39,6 +41,7 @@
- history:
- ECMAScript v1: 1997
- 2015+: annual release
- [The Weird History of JavaScript](https://www.youtube.com/watch?v=Sh6lK57Cuk4)

## Testing

Expand All @@ -49,6 +52,7 @@
## Learning Resources
- [JavaScript](https://roadmap.sh/javascript)
- [TypeScript](https://roadmap.sh/typescript)
- https://developer.mozilla.org/en-US/docs/Web/JavaScript
- practice problems


Expand Down