Created
February 24, 2021 17:38
-
-
Save Charlie-robin/9fc1afc795bb2c0c932a0669e2a53c57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const companies = [ | |
{name: "Company One", industry: "Finance", start: 1981, end: 2004}, | |
{name: "Company Two", industry: "Retail", start: 1992, end: 2008}, | |
{name: "Company Three", industry: "Auto", start: 1999, end: 2007}, | |
{name: "Company Four", industry: "Retail", start: 1989, end: 2010}, | |
{name: "Company Five", industry: "Technology", start: 2009, end: 2014}, | |
{name: "Company Six", industry: "Finance", start: 1987, end: 2010}, | |
{name: "Company Seven", industry: "Auto", start: 1986, end: 1996}, | |
{name: "Company Eight", industry: "Technology", start: 2011, end: 2016}, | |
{name: "Company Nine", industry: "Retail", start: 1981, end: 1989} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment