@ -0,0 +1,15 @@
async function main() {
var cpuList;
await fetch('./data.json')
.then((response) => response.json())
.then((json) => cpuList = json);
}
function getRandomCpu() {
main();
The note is not visible to the blocked user.