Li-Fan Chen
says to
OwO
func a({x,y}){ return x+y } var owo = {x:5,y:3} console.log(a(owo)) //8這樣?