Skip to content

Commit

Permalink
fix: invalid file
Browse files Browse the repository at this point in the history
  • Loading branch information
777abhi committed May 31, 2023
1 parent defc293 commit 6878ea3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions random-word.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ const randomIndex = Math.floor(Math.random() * words.length);
const randomWord = words[randomIndex];



console.log('Random word:', randomWord);
console.log('Environment variable RANDOM_WORD:', process.env.RANDOM_WORD);


module.exports = randomWord;

0 comments on commit 6878ea3

Please sign in to comment.