Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
JSD1001 on star
Browse files Browse the repository at this point in the history
#342

Signed-off-by: Damian Swan <damian.swan@st.gactc.edu>
  • Loading branch information
Damian Swan authored Aug 15, 2024
1 parent 9dc89dd commit e23f01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/star.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const wordElement = document.getElementById("random-word");

//Fetch a random word for page title and downloads
async function fetchRandomWord() {
try {
const response = await fetch("https://random-word-api.herokuapp.com/word");
Expand Down

0 comments on commit e23f01a

Please sign in to comment.