master
louisa 1 year ago
parent 22c554e0f1
commit de78495ac1

@ -23,7 +23,7 @@
// Change the background color to red // Change the background color to red
document.body.style.backgroundColor = 'red'; document.body.style.backgroundColor = 'red';
} }
if (node === 'node4' && value === '20') { if (node === 'node4' && value === '21') {
// Change the background color to red // Change the background color to red
document.body.style.backgroundColor = 'blue'; document.body.style.backgroundColor = 'blue';
} }

Loading…
Cancel
Save