Quiz: ReactJS | ES6 Modules - FrescoPlay
( 9 of 21 )

Q.9 Can you guess what the below code snippet does? let a=12, b=3; [a, b] = [b, a];


📝 Related Quizzes