본문 바로가기

salesforce certification

(56/60) Refer to the code below:let o = {get js() {let city1 = String("st. Louis");let city2 = String(" New York");return {firstCity: city1.toLowerCase(),secondCity: city2.toLowerCase(),}}}What value can a developer expect when referencing o.js.secondCi..