单项选择题

var val=’smtg’;console.log(’Valueis’+(val===’smtg’)?’Something’:’Nothing’);()

A.undefined
B.null
C.Something
D.smtg