Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tryenc/tech_talk_js_compilation
A presentation about how JS is compiled during run-time.
https://github.com/tryenc/tech_talk_js_compilation
Last synced: 10 days ago
JSON representation
A presentation about how JS is compiled during run-time.
- Host: GitHub
- URL: https://github.com/tryenc/tech_talk_js_compilation
- Owner: tryenc
- License: mit
- Created: 2016-03-01T15:57:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T16:02:03.000Z (almost 9 years ago)
- Last Synced: 2024-11-14T20:46:42.636Z (2 months ago)
- Language: JavaScript
- Size: 7.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
A tech talk, built with reveal.js, that covers how JavaScript is compiled during run time, how this can lead to hoisting, and the execution context object.