Oh my, yet another of these threads.
let myPC = ...;
let yourPC = ...;
if (myPC > yourPC) {
....document.writeln('My PC is better than your PC.')
} else {
....if (myPC == yourPC) {
........document.writeln('My PC is better than your PC.')
....} else {
........document.writeln('My PC is better than your PC.')
....}
}
let myPC = ...;
let yourPC = ...;
if (myPC > yourPC) {
....document.writeln('My PC is better than your PC.')
} else {
....if (myPC == yourPC) {
........document.writeln('My PC is better than your PC.')
....} else {
........document.writeln('My PC is better than your PC.')
....}
}