Application programming interface
command line interface
Complementary metal—oxide-semiconductor
equal division of the octave
is the next structure after value. A fragment of code that produces a value is called an expression.
shapes tone of a sound by attenuating frequencies.
cutoff: point at which to block certain frequencies
resonances (Q): amount by which to boost amplitude at cutoff point
allow JavaScript to register different event handlers on elements in an HTML document.
Events are normally used in combination with functions, and the function will not be executed before the event occurs (such as when a user clicks a button).
## html dom methods actions on the DOM eventsproperties on the dom events
An integrated development environment is a software application that provides comprehensive facilities to computer programmers for software development.
Linux, Apache, MySQL, PHP Perl Python
are actions that can be performed on objects. A JavaScript method is a property containing a functiondefinition.
In object-oriented programming languages, a mixin is a class that contains methods for use by other classes without having to be the parent class of those other classes. How those other classes gain access to the mixin's methods depends on the language.
A mixin is a class (interface, in WebAPI spec terms) in which some or all of its methods and/or properties are unimplemented, requiring that another class or interface provide the missing implementations.
massiveley multiplayer online games
A JavaScript object is a collection of unordered properties.
generates a waveform of a certain shape at a certain pitch ; create sound; a representation of the fluctuation of the air pressure
are the values associated with a JavaScript object. Properties can usually be changed, added, and deleted, but some are read only.
If an expression corresponds to a sentence fragment, a JavaScript statement corresponds to a full sentence. A program is a list of statements.
The simplest kind of statement is an expression with a semicolon after it.
twelve tone equal system
is a chunk that represent pieces of information
wasm, a stack-bsased virtual machine.