qwik-cms/content/code/test.js

12 lines
206 B
JavaScript
Raw Normal View History

2021-08-04 22:52:49 +02:00
const niceObject = {
type: "the greatest",
knownFor: [
"indenting",
"everything",
{
and: "wanting",
to: "keep",
it: "so"
}
]
}