Javascript

Created Wednesday 13 May 2020

https://www.w3schools.com/js/DEFAULT.asp
https://developer.mozilla.org/en-US/docs/Web/JavaScript
http://www.tizag.com/javascriptT/index.php
http://jrm4.com/FSU_Courses/LIS5364/Simple_JS_example.html


Modern mostly general libraries

Vanilla JS - A running joke; it just refers to using regular JS, and pokes a bit of fun at some of the below
Jquery - Interface for the DOM
React - Single Page App Library
Angular.js - Ditto

JSON - JavaScript Object Notation

(a handy way to store data for javascript and for other things. Note the similarity to XML)
https://www.copterlabs.com/json-what-it-is-how-it-works-how-to-use-it/

Specialized Libraries

D3.js - Data oriented
Three - 3d graphics

Meta-Lists

Top 5 for Graphics
Graphics in JS



Backlinks: Library