본문 바로가기

salesforce certification

(48/60) Given the code below:const copy = JSON.stringify([ new String(' false '), new Bollean( false ), undefined ]);What is the value of copy?