Array Test by MegaScience February 23, 2019 JavaScript function test([a, b]) { console.log(`${a} --- ${b}`) } test(['Hello', 'world!'])