change object strings to multiline

This commit is contained in:
emma 2025-02-01 18:05:02 -05:00
parent a4594f1e7b
commit 78d937f2f9
1 changed files with 12 additions and 12 deletions

View File

@ -1,16 +1,16 @@
const notesForEmma = {
tileOne: "hello",
tileTwo: "emma",
tileThree: "how",
tileFour: "are",
tileFive: "you",
tileSix: "i",
tileSeven: "think",
tileEight: "you",
tileNine: "are",
tileTen: "a",
tileEleven: "great",
tileTwelve: "person",
tileOne: ```hello```,
tileTwo: ```emma```,
tileThree: ```how```,
tileFour: ```are```,
tileFive: ```you```,
tileSix: ```i```,
tileSeven: ```think```,
tileEight: ```you```,
tileNine: ```are```,
tileTen: ```a```,
tileEleven: ```great```,
tileTwelve: ```person```,
};
const tiles = document.querySelectorAll(".tile");