presentations/highlight-js/test/markup/javascript/object-attr.txt

7 lines
84 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
{
key: value,
key2: value,
'key-3': value,
key4: false ? undefined : true
}