Scripter Javascript Tutorial
javascriptmusiclogicscripterbookexcerpttutorial52 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 = [];Data can be added to an object simply by updating the object with a new key.
scale["sharps"] = [];
scale.flats = [];