Difference between revisions of "Javascript Resources"

From Simson Garfinkel
Jump to navigationJump to search
 
Line 25: Line 25:
* https://www.learn-js.org/
* https://www.learn-js.org/
* https://javascript.info/ - The Modern JavaScript Tutorial
* https://javascript.info/ - The Modern JavaScript Tutorial
Untrusted is a game played in JavaScript. It's designed to teach secure coding and hacking skills. You win the game by modifying programs.
* https://alexnisnevich.github.io/untrusted/


==More Advanced JavaScript==
==More Advanced JavaScript==

Latest revision as of 07:59, 18 September 2020

Why JavaScript?

JavaScript is my recommended first language for aspiring programmers---not Python. The reason is that JavaScript is built into every browser, so no matter where you are or what kind of computer you have, you can start playing with JavaScript. And as soon as you have learned a little, you can do neat things like interactive graphics, extend Google's Chrome Browser, and so on.

Core skills you want to learn:

  • JavaScript
  • HTML --- the language in which pages are authored
  • CSS - Cascading Style Sheets. How to make web pages pretty.
  • JQuery - How to use JavaScript effectively.

If you are solely interested in graphics, you might also look at Processing. There are some really good processing books as well.

And if you are looking for playing around with hardware, you might check out CircuitPython.

Recommended JavaScript Tutorials

The most orderly way to learn JavaScript is to simply read the manual on the Mozilla website. There are also tutorials:

If you've seen JavaScript but you've never formally learned it, I recommend:

There are many online JavaScript tutorials. These all allow you to try out things in your browser directly, and don't require that you create accounts:

Untrusted is a game played in JavaScript. It's designed to teach secure coding and hacking skills. You win the game by modifying programs.

More Advanced JavaScript

Online playpens

Online resources:

Books

Selected Blog Posts and Fun Tools

Cool Technologies

Time Lines

Tables

Random Numbers

Especially Laplace distributions...

Probability distributions for JavaScript:

Comments on how random numbers work in web browsers:

Graphing: