Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Osalotioman authored May 3, 2024
1 parent df37747 commit 7615045
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions four_pupils/script.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
const users = [
{ name: 'Emmanuel', handle: 'OsazuwaEmmanuel', rating: 709 },
{ name: 'Genesis', handle: 'daveshub', rating: 841 },
{ name: 'Emmanuel', handle: 'OsazuwaEmmanuel', rating: 758 },
{ name: 'Genesis', handle: 'daveshub', rating: 820 },
{ name: 'Minerva', handle: 'Minerva2005', rating: 932 },
{ name: 'Turing_apple', handle: 'Turing_apple', rating: 847 },
{ name: 'Python_tamer', handle: 'python_tamer', rating: 1068},
{ name: 'Turing_apple', handle: 'Turing_apple', rating: 922 },
{ name: 'Python_tamer', handle: 'python_tamer', rating: 1060},
{ name: 'Cyberdude', handle: 'cyberdude', rating: 742 },
{ name: 'Otutochi', handle: 'Otuz', rating: 621},
{ name: 'Cryptickid91', handle: 'cryptickid91', rating: 566 }
{ name: 'Cryptickid91', handle: 'cryptickid91', rating: 789 }
// Hey there, you can add your data here
];
const pts = [
{name: 'TechWiz', handle: '0x000022', rating: 1107},
{name: 'Eti-ini', handle: 'randombernie', rating: 1209},
{name: 'Dreadedhippy', handle: 'dreadedhippy', rating:1262},
{name: 'Ehijoe', handle: 'ehijoe', rating: 1332}
{name: 'Eti-ini', handle: 'randombernie', rating: 1216},
{name: 'Dreadedhippy', handle: 'dreadedhippy', rating:1224},
{name: 'Ehijoe', handle: 'ehijoe', rating: 1384}
]
async function populateTable() {
const tableBody = document.getElementById('ratingTableBody');
Expand Down

0 comments on commit 7615045

Please sign in to comment.