function getAge() { 'use strict' age = 21 console.log(age)}getAge()A: 21B: undefinedC: ReferenceErrorD: TypeError参考答案