Compare commits
No commits in common. "93d9337353b9b6770d4e5ebb95faa9f72697aa7b" and "61ae8489f9c8a9cc82c1f05cb927fbe6c8c9e296" have entirely different histories.
93d9337353
...
61ae8489f9
1 changed files with 5 additions and 6 deletions
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());
|
||||||
}
|
});
|
Loading…
Reference in a new issue