We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1417ff commit 664b6b0Copy full SHA for 664b6b0
src/problems-by-company/company.ts
@@ -2,7 +2,7 @@ const solutions = [] as { id: number, title: string, url: string }[];
2
3
let companyName = 'Amazon';
4
const companies = [
5
- 'Adobe', 'Amazon', 'Apple', 'Facebook', 'Google', 'Microsoft', 'Netflix', 'Oracle', 'Uber'
+ 'Amazon', 'Apple', 'Facebook', 'Google', 'Microsoft', 'Netflix'
6
];
7
8
async function main() {
0 commit comments