Destructuring Assignment / Task
A task/challenge from my video on Destructring in JavaScript
- Create an array of objects
- Each object should contain the data of a browser
- Store the "company", "name" and "marketShare" in variables for any random item in the array every 2 seconds
- log
"{company} developed {name} which holds {marketShare} of the Market Share"
to the console
To get other browser market shares: Browser Market Shares