mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fix?
This commit is contained in:
parent
db4a35ea5c
commit
bff36dac77
@ -9,7 +9,7 @@ processButton.addEventListener("click", function () {
|
|||||||
inputText = textInput.value;
|
inputText = textInput.value;
|
||||||
lines = inputText.split(/[\n\r]+/);
|
lines = inputText.split(/[\n\r]+/);
|
||||||
console.log(lines);
|
console.log(lines);
|
||||||
modifiedArr = lines.map(i => '"' + i + '",');
|
modifiedArr = lines.map(i => '"' + i + '" ');
|
||||||
console.log(modifiedArr)
|
console.log(modifiedArr)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user