I came across this JSON code. I noticed that it makes use of undefined value. Where can I find more information about this value type?
tracks:[
( {
codec:"h264",
language:undefined,
id:1,
bitrate:785236,
content:"video"
} ),
( {
codec:"aac",
language:undefined,
id:2,
bitrate:75969,
content:"audio"
} )
],
undefined.undefinedis a value in javascript: ecma-international.org/ecma-262/5.1/#sec-4.3.9