//Javascript Interview Questions var array = [7, 5, 4, 0]; var name = "john"; console.log(...array); //7 5 4 0