Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a5f7194

Browse files
Remove empty companies (#168)
1 parent 5f353b0 commit a5f7194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/data/index.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ const questions = [
373373
pattern: ['Backtracking'],
374374
difficulty: 'Medium',
375375
premium: true,
376-
companies: ['','Google'],
376+
companies: ['Google'],
377377
},
378378
{
379379
id: 27,
@@ -382,7 +382,7 @@ const questions = [
382382
pattern: ['Backtracking'],
383383
difficulty: 'Hard',
384384
premium: false,
385-
companies: ['','Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
385+
companies: ['Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
386386
},
387387
{
388388
id: 28,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /