[JavaScript] Destructuring

cho yunsu·2021년 10월 8일
0
  1. const
const {data:{result}} = await axios.get(`url`);
  1. let
({data:{result} = await axios.get(`url`))

** let의 destructuring의 경우 처음과 끝을 ()로 묶어준다.!!

profile
Growing Developer!!

0개의 댓글

관련 채용 정보