5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
var profile = {
|
|
someProperty:"someValue",
|
|
someOtherProperty:"someOtherValue"
|
|
};
|