File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 133133.pnp. *
134134
135135DS_Store
136- .DS_Store
136+ .DS_Store
137+
138+ ecosystem /
139+ scratch_pad /
140+ journal /
141+ applications /
Original file line number Diff line number Diff line change 11# JavaScript
22![ build status] ( https://github.com/praisetompane/javascript/actions/workflows/javascript.yaml/badge.svg ) <br >
33
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.
4+ ## Objectives
5+ - Notes on SQL JavaScript
116
127## Language Details
138- [ language specification] ( https://ecma-international.org/publications-and-standards/standards/ecma-262/ )
9+ - [ EMCA-262] ( https://github.com/tc39/ecma262 )
1410- interpreter:
1511 - runtimes:
1612 - Firefox: SpiderMonkey
3935- history:
4036 - ECMAScript v1: 1997
4137 - 2015+: annual release
38+ - [ The Weird History of JavaScript] ( https://www.youtube.com/watch?v=Sh6lK57Cuk4 )
4239
4340## Testing
4441
4946## Learning Resources
5047- [ JavaScript] ( https://roadmap.sh/javascript )
5148- [ TypeScript] ( https://roadmap.sh/typescript )
49+ - https://developer.mozilla.org/en-US/docs/Web/JavaScript
5250- practice problems
5351
5452
You can’t perform that action at this time.
0 commit comments