Skip to content

Commit

Permalink
Updated Rating
Browse files Browse the repository at this point in the history
  • Loading branch information
Osalotioman committed Jun 23, 2024
1 parent 50c6a49 commit ac7f382
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions four_pupils/script.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
const users = [
{ name: 'Osalotioman', handle: 'OsazuwaEmmanuel', rating: 685 },
{ name: 'Genesis', handle: 'daveshub', rating: 779 },
{ name: 'Minerva', handle: 'Minerva2005', rating: 834 },
{ name: 'Turing_apple', handle: 'Turing_apple', rating: 1029 },
{ name: 'Python_tamer', handle: 'python_tamer', rating: 1135},
{ name: 'Osalotioman', handle: 'OsazuwaEmmanuel', rating: 638 },
{ name: 'Genesis', handle: 'daveshub', rating: 946 },
{ name: 'Minerva', handle: 'Minerva2005', rating: 867 },
{ name: 'Turing_apple', handle: 'Turing_apple', rating: 867 },
{ name: 'Python_tamer', handle: 'python_tamer', rating: 1052},
{ name: 'Cyberdude', handle: 'cyberdude', rating: 742 },
{ name: 'Otutochi', handle: 'Otuz', rating: 620},
{ name: 'Cryptickid91', handle: 'cryptickid91', rating: 884 }
// Hey there, you can add your data here
];
const pts = [
{name: 'TechWiz', handle: '0x000022', rating: 1107},
{name: 'Eti-ini', handle: 'randombernie', rating: 1245},
{name: 'Dreadedhippy', handle: 'dreadedhippy', rating:1257},
{name: '<b style="color:#03A89E;">Ehijoe</b>', handle: 'ehijoe', rating: 1469}
{name: '<b style="color:#008000;">TechWiz</b>', handle: '0x000022', rating: 1077},
{name: '<b style="color:#008000;">Eti-ini</b>', handle: 'randombernie', rating: 1393},
{name: '<b style="color:#008000;">Dreadedhippy</b>', handle: 'dreadedhippy', rating:1359},
{name: '<b style="color:#03A89E;">Ehijoe</b>', handle: 'ehijoe', rating: 1374}
]
async function populateTable() {
const tableBody = document.getElementById('ratingTableBody');
Expand Down

0 comments on commit ac7f382

Please sign in to comment.