Confronta commit
Nessun commit in comune. "93d9337353b9b6770d4e5ebb95faa9f72697aa7b" e "61ae8489f9c8a9cc82c1f05cb927fbe6c8c9e296" hanno cronologie completamente diverse.
93d9337353
...
61ae8489f9
1 ha cambiato i file con 5 aggiunte e 6 eliminazioni
11
script.js
11
script.js
|
@ -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());
|
||||||
}
|
});
|
Caricamento…
Crea riferimento in una nuova segnalazione