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

x()