<header> <h1>destruct string</h1> </header> <body> <script> let arr = [1, "abc"]; [number, [s1, s2, s3]] = arr; </script> </body>