Pilcrow Records

Scripter Javascript Tutorial

javascriptmusiclogicscripterbookexcerpttutorial

52 Add data to an object

Data can be added to an object simply by updating the object with a new key.

scale["sharps"] = [];
scale.flats = [];