qwik-cms/content/code/test.js

12 lines
206 B
JavaScript

const niceObject = {
type: "the greatest",
knownFor: [
"indenting",
"everything",
{
and: "wanting",
to: "keep",
it: "so"
}
]
}