Confronta commit

..

Nessun commit in comune. "93d9337353b9b6770d4e5ebb95faa9f72697aa7b" e "61ae8489f9c8a9cc82c1f05cb927fbe6c8c9e296" hanno cronologie completamente diverse.

Vedi file

@ -1,7 +1,6 @@
const reponse = "train"; const fs = require("fs");
var word ="";
function update(x) { fs.readFile("word_bank.txt", (err, data) => {
word += x if (err) throw err;
document.getElementById("message").innerHTML = word; console.log(data.toString());
} });