Skip to content

Instantly share code, notes, and snippets.

View max-programming's full-sized avatar
🇵🇸
Learning and building

Usman S. (Max Programming) max-programming

🇵🇸
Learning and building
View GitHub Profile
@max-programming
max-programming / task.md
Last active August 19, 2020 12:55
The Assignment / Task for Destructuring

Destructuring Assignment / Task

  • 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