Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I'm trying to learn JavaScript

Name: Anonymous 2018-10-25 12:02

That is what I wrote so far:
https://jsfiddle.net/Nikita_Sadkov/4h72j5s6/

Name: Anonymous 2018-10-29 16:32

>>18
you can format the strings like this
var initial0 = `
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 |
0 |
1 |
2 |
3 |
4 * * |
5 * * |
6 * * |
7 |
8 * |
9 * * |
0 |
1 |
2 |
3 |
4 * * * |
5 * * |
6 * * * * |
7 * * |
8 |
9 `;


and change .split("|"); to .split("|\n");

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List