JavaScript
JavaScript is a scripting language that is ubiquitous in web browsers, and is found in may other places from back-end servers to microcontrollers to lego robots.
Links
- https://eloquentjavascript.net: a book about JavaScript, programming, and the wonders of the digital.
- https://github.com/getify/You-Dont-Know-JS: a series of books diving deep into the core mechanisms of the JavaScript language.
- https://webpack.js.org: a static module bundler for modern JavaScript applications
- https://gruntjs.com: the JavaScript task runner
- https://www.espruino.com: JavaScript for microcontrollers
- https://developer.mozilla.org/en-US/docs/Learn/JavaScript
- https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Tools_and_setup/What_are_browser_developer_tools
- https://eloquentjavascript.net