본문 바로가기

salesforce certification

(12/60) A developer creates a generic function to log custom messages in the console. To do this,the function below is implemented.01 function logStatus(status){02 console./*Answer goes here*/{'Item status is: %s', status};03 }Which three console loggin..