File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 flex-direction : column;
88 align-items : center;
99 justify-content : center;
10+ text-align : center;
1011 margin : 0 ;
1112 padding : 20px ;
1213}
4647}
4748
4849a : hover {
49- color : # a0a0a0 ;
50+ color : lightcyan ;
5051}
Original file line number Diff line number Diff line change 99< body >
1010 < h1 id ="title "> Amazon</ h1 >
1111 < p >
12- Score = How many times this question has been asked in interviews in the past 2 years.
12+ < b > Score </ b > = How likely the company is to ask this question on a scale of 1-10
13+ </ p >
14+ < p >
15+ Data collected from 2021-2023
1316 </ p >
1417 < table id ="solutionTable ">
1518 < tr >
Original file line number Diff line number Diff line change 11function main ( ) {
22
33 let companyName = "Amazon" ;
4-
4+ let solutions = [ ] ;
55
66 chrome . storage . local . get ( "clickedCompany" , function ( data ) {
77 companyName = data . clickedCompany ;
@@ -10,10 +10,6 @@ function main() {
1010 } ) ;
1111
1212 chrome . storage . local . get ( "leetcodeProblems" , function ( data ) {
13- let solutions = [ ] ;
14-
15- console . log ( data ) ;
16-
1713 data . leetcodeProblems . questions . forEach ( question => {
1814 if ( ! question . companies ) return ;
1915 question . companies . forEach ( company => {
You can’t perform that action at this time.
0 commit comments