```var myobject = { myvar: thing, myothervar, a...
# suitescript
j
Copy code
var myobject = {
	myvar: thing,
	myothervar,
	anothervar: otherthing
};