Skip to content

Commit

Permalink
Congratulations to Ehijoe on getting to specialist.
Browse files Browse the repository at this point in the history
  • Loading branch information
Osalotioman committed May 11, 2024
1 parent ae7a987 commit 1a9c9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion four_pupils/script.js
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ const pts = [
{name: 'TechWiz', handle: '0x000022', rating: 1107},
{name: 'Eti-ini', handle: 'randombernie', rating: 1244},
{name: 'Dreadedhippy', handle: 'dreadedhippy', rating:1307},
{name: '<b style="color:#8080FF;">Ehijoe</b>', handle: 'ehijoe', rating: 1469}
{name: '<b style="background-color:cyan;">Ehijoe</b>', handle: 'ehijoe', rating: 1469}
]
async function populateTable() {
const tableBody = document.getElementById('ratingTableBody');

0 comments on commit 1a9c9fe

Please sign in to comment.