[review] The Top 3 New JavaScript ES2021(ES 12) Features I'm Excited About
https://medium.com/better-programming/the-top-3-new-javascript-es-2021-es-12-features-im-excited-about-a3ac129efbb2 The Top 3 New JavaScript ES 2021 (ES 12) Features I’m Excited About The logical assignment operator, Promise.any, and numeric separators betterprogramming.pub 논리적 할당 연산자 // old way if (!a) { a = b } // new way a ||= b a가 true 일 경우 a 반환, false 일 경우 b 반환 // old way if (a) { a = b } /..
포스트 리뷰
2021. 4. 9. 17:13