Javascript Notes

Created Tuesday 10 June 2025

Mostly "front-end"
thus, easier to test/play with.
Try e.g. JSFiddle

DOM - Document Object Model


"Objects?"

Classes (uncommon) v. "Prototypes"

Scope

In many (most?) languages, the scope of a variable is limited to its "context"
For example, if a variable is inside the definition of a function, that variable or its data is typically not accessible outside of that function
- but, javascript can be weird here MV


JS Frameworks

React
Angular
Ext
"Vanilla?"



Backlinks: FSU Courses:LIS5367:Knowledgebase