What can be done with JavaScript

JavaScript modifies the HTML

See the Pen JS modify HTML by tmarchesan (@tmarchesan) on CodePen.


JavaScript modifies the CSS

See the Pen JS modifies CSS by tmarchesan (@tmarchesan) on CodePen.


JavaScript uses numerous APIs in addition to the DOM and selector APIs

See the Pen function plot, starting example for section 1.4 by tmarchesan (@tmarchesan) on CodePen.


JavaScript works with remote data

See the Pen Working with remote data by tmarchesan (@tmarchesan) on CodePen.


Examples are from Edx JavaScript Introduction Course