<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sight Words</title>
<link rel="stylesheet" href="" />
</head>
<body>
<h1>Sight Words</h1>
<script src="script.js"></script>
</body>
</html>
const book1 = [
"the",
"of",
"and",
"a",
"to",
"in ",
"is",
"you",
"that",
"it",
"at",
"be",
"this",
"have",
"from",
"or",
"one",
"had",
"by",
"words",
"there",
"use",
"an",
"each",
"which",
"she",
"do",
"how",
"their",
"if",
"some",
"her",
"would",
"make",
"like",
"him",
"into",
"time",
"has",
"look",
"my",
"than",
"first",
"water",
"been",
"called",
"who",
"that",
"its",
"now",
"he",
"was",
"for",
"on",
"are",
"as",
"with",
"his",
"they",
"I",
"but",
"not",
"what",
"all",
"were",
"we",
"when",
"your",
"can",
"said",
"will",
"up",
"other",
"about",
"out",
"many",
"them",
"then",
"these",
"so",
"two",
"more",
"write",
"go",
"see",
"number",
"no",
"way",
"could",
"people",
"find",
"long",
"down",
"day",
"did",
"get",
"come",
"made",
"may",
"part",
];
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.