open_in_new
content_copy
function x(){ const strings = ["apple", "orange"] console.log(strings) } x()