Skip to content

Commit

Permalink
ADD. logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rhirano0715 committed Mar 18, 2023
1 parent 0c64649 commit e474bd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
const particleList = wordList.filter(word => word.type === 'particle');
const verbList = wordList.filter(word => word.type === 'verb');

console.log(nounList);
console.log(particleList);
console.log(verbList);

setInterval(() => {
const textContainer = document.getElementById("text-container");

Expand Down

0 comments on commit e474bd8

Please sign in to comment.